summaryrefslogtreecommitdiffstats
path: root/templates/content/js/wmd
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-11-28 00:10:25 -0500
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-11-28 00:10:25 -0500
commit818d0b99a9ed70a2f92c59a835a2a51bc66dc7d1 (patch)
tree81a65675c257e8c97cf705491519a7320899c838 /templates/content/js/wmd
parent88acb037263ed4f0afa48ef4a4fe4a2717ff1a16 (diff)
downloadaskbot-818d0b99a9ed70a2f92c59a835a2a51bc66dc7d1.tar.gz
askbot-818d0b99a9ed70a2f92c59a835a2a51bc66dc7d1.tar.bz2
askbot-818d0b99a9ed70a2f92c59a835a2a51bc66dc7d1.zip
configuration of javascript base url is no longer needed
Diffstat (limited to 'templates/content/js/wmd')
-rw-r--r--templates/content/js/wmd/wmd.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/content/js/wmd/wmd.js b/templates/content/js/wmd/wmd.js
index 0bdc55b6..e396d3cb 100644
--- a/templates/content/js/wmd/wmd.js
+++ b/templates/content/js/wmd/wmd.js
@@ -54,7 +54,7 @@ Attacklab.wmdBase = function(){
var uploadImageHTML ="<div>" + $.i18n._('upload image') + "</div>" +
"<input type=\"file\" name=\"file-upload\" id=\"file-upload\" size=\"26\" "+
"onchange=\"return ajaxFileUpload($('#image-url'));\"/><br>" +
- "<img id=\"loading\" src=\"" + $.i18n._("/") + "content/images/indicator.gif\" style=\"display:none;\"/>";
+ "<img id=\"loading\" src=\"" + scriptUrl + "content/images/indicator.gif\" style=\"display:none;\"/>";
// The default text that appears in the dialog input box when entering
// links.