Skip to content
This repository has been archived by the owner on Apr 19, 2019. It is now read-only.

Commit

Permalink
Base path is relative.
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstraponline committed Aug 6, 2012
1 parent 88b0b60 commit 69e453e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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',
Expand Down

0 comments on commit 69e453e

Please sign in to comment.