Fixed typo introduced in commit c11bb23
[KiwiIRC.git] / client / assets / dev / applet_scripteditor.js
index ace02ef25e75bb437ae14c0eb032605ee4b28a77..32a3e5faf0d1b605e432cb1820e6c24fb82aab54 100644 (file)
@@ -10,7 +10,7 @@
 
                 this.model.on('applet_loaded', function () {
                     that.$el.parent().css('height', '100%');
-                    $script('https://d1n0x3qji82z53.cloudfront.net/src-min-noconflict/ace.js', function (){ that.createAce(); });
+                    $script(_kiwi.app.get('base_path') + '/assets/libs/ace/ace.js', function (){ that.createAce(); });
                 });
             },