Skip to content

Commit

Permalink
Merge pull request #1291 from nazriel/ssl-fix
Browse files Browse the repository at this point in the history
Fix runable examples when running dlang via https
  • Loading branch information
CyberShadow committed May 4, 2016
2 parents 672783b + 276484a commit e8c385c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/run.js
Expand Up @@ -491,7 +491,7 @@ $(document).ready(function()

$.ajax({
type: 'POST',
url: "http://dpaste.dzfl.pl/request/",
url: "//dpaste.dzfl.pl/request/",
dataType: "json",
data:
{
Expand Down

0 comments on commit e8c385c

Please sign in to comment.