Base path is relative.

This commit is contained in:
bootstraponline
2012-08-06 14:28:24 -06:00
parent 88b0b608f4
commit 69e453ea0b
@@ -277,7 +277,7 @@
}
// attempt to load the definition for this language
var script_uri = baseUrl + '/javascript/editor/langs/' + markup_name + '.js';
var script_uri = '.' + baseUrl + '/javascript/editor/langs/' + markup_name + '.js';
$.ajax({
url: script_uri,
dataType: 'script',