Show URL as protocol independent; fix #981
This commit is contained in:
parent
ff5b55e09d
commit
ae0ab0c7aa
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ console.log(addResult);</div>
|
|||
return x;
|
||||
}</div>
|
||||
|
||||
<script src="http://d1n0x3qji82z53.cloudfront.net/src-min-noconflict/ace.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="//d1n0x3qji82z53.cloudfront.net/src-min-noconflict/ace.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script>
|
||||
var editor = ace.edit("editor");
|
||||
editor.setTheme("ace/theme/monokai");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue