Skip to content

Commit 64caa54

Browse files
committed
Gadgets/Coliru: Acquire Ace editor resources via https
1 parent 2f2edf3 commit 64caa54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gadgets/coliru_compiler.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,10 +545,10 @@ window.jump_to_error = function(node, lineno) {
545545
var editors = [];
546546

547547
$.when(
548-
get_script_cached('http://d1n0x3qji82z53.cloudfront.net/src-min-noconflict/ace.js')
548+
get_script_cached('https://d1n0x3qji82z53.cloudfront.net/src-min-noconflict/ace.js')
549549
).done(function() {
550550
$.when(
551-
get_script_cached('http://d1n0x3qji82z53.cloudfront.net/src-min-noconflict/mode-c_cpp.js'),
551+
get_script_cached('https://d1n0x3qji82z53.cloudfront.net/src-min-noconflict/mode-c_cpp.js'),
552552
$.Deferred(function(deferred) {
553553
$(deferred.resolve);
554554
})

0 commit comments

Comments
 (0)