From 88ed662fd4dcae63142d50cbf5decb36e9d2eab0 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Garcia Ballester Date: Tue, 24 Jul 2012 23:51:49 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20editor=20to=20work=20with=20=E2=80=9Cbase?= =?UTF-8?q?=5Furl=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../frontend/public/gollum/javascript/editor/gollum.editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gollum/frontend/public/gollum/javascript/editor/gollum.editor.js b/lib/gollum/frontend/public/gollum/javascript/editor/gollum.editor.js index 8dee8aef..2cd547bf 100755 --- a/lib/gollum/frontend/public/gollum/javascript/editor/gollum.editor.js +++ b/lib/gollum/frontend/public/gollum/javascript/editor/gollum.editor.js @@ -269,7 +269,7 @@ } // attempt to load the definition for this language - var script_uri = '/javascript/editor/langs/' + markup_name + '.js'; + var script_uri = baseUrl + '/javascript/editor/langs/' + markup_name + '.js'; $.ajax({ url: script_uri, dataType: 'script',