Fix lang script uri

This commit is contained in:
Joshua Peek
2011-09-27 17:13:33 -05:00
parent 903ea7c49a
commit 381a963971
@@ -239,7 +239,7 @@
} }
// attempt to load the definition for this language // attempt to load the definition for this language
var script_uri = '/javascripts/editor/langs/' + markup_name + '.js'; var script_uri = '/javascript/editor/langs/' + markup_name + '.js';
$.ajax({ $.ajax({
url: script_uri, url: script_uri,
dataType: 'script', dataType: 'script',