summaryrefslogtreecommitdiff
path: root/lib/scripts
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-09-24 19:58:24 +0200
committerAndreas Gohr <andi@splitbrain.org>2006-09-24 19:58:24 +0200
commit67c803279c25ed4cc57f20cc63745dd1a9ac4e9e (patch)
tree4259a4335aa24073cf8e88af5d9a4960e8f5ba05 /lib/scripts
parentc34f6334a372d77c34b45f2e8bc70cec7f058dc5 (diff)
downloadrpg-67c803279c25ed4cc57f20cc63745dd1a9ac4e9e.tar.gz
rpg-67c803279c25ed4cc57f20cc63745dd1a9ac4e9e.tar.bz2
fixed script error introduced in last patch
darcs-hash:20060924175824-7ad00-f8a6b8e38ef62aab5c6853b1c355df34259ebb7c.gz
Diffstat (limited to 'lib/scripts')
-rw-r--r--lib/scripts/script.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/scripts/script.js b/lib/scripts/script.js
index c917c365a..c8963e1d6 100644
--- a/lib/scripts/script.js
+++ b/lib/scripts/script.js
@@ -196,7 +196,7 @@ function prependChild(parent,element) {
function showLoadBar(){
document.write('<img src="'+DOKU_BASE+'lib/images/loading.gif" '+
- width="150" height="12" alt="..." />');
+ 'width="150" height="12" alt="..." />');
/* this does not work reliable in IE
obj = $(id);