Skip to content

Commit

Permalink
Fix lang script uri
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Sep 27, 2011
1 parent 903ea7c commit 381a963
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -239,7 +239,7 @@
}

// 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({
url: script_uri,
dataType: 'script',
Expand Down

0 comments on commit 381a963

Please sign in to comment.