Revert "Base path is relative."

This reverts commit 69e453ea0b.
This commit is contained in:
Jean-Philippe Garcia Ballester
2012-08-08 13:48:23 +02:00
parent 37d20fa9cc
commit 6fbba84725
@@ -277,7 +277,7 @@
} }
// attempt to load the definition for this language // 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({ $.ajax({
url: script_uri, url: script_uri,
dataType: 'script', dataType: 'script',