diff options
author | Andreas Gohr <andi@splitbrain.org> | 2008-02-23 13:58:55 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2008-02-23 13:58:55 +0100 |
commit | 1ed565609c9058b80c9936f5a6e8e24bd27de18f (patch) | |
tree | d8969cc89248f84cf8dd5939a140261b431ede96 | |
parent | e656dcd46abfe069ea83271248dbd7aae36554ca (diff) | |
download | rpg-1ed565609c9058b80c9936f5a6e8e24bd27de18f.tar.gz rpg-1ed565609c9058b80c9936f5a6e8e24bd27de18f.tar.bz2 |
alway initialize an empty toolbar first FS#1337
darcs-hash:20080223125855-7ad00-c8e1a3d81bc1cd71d7bdb4b70ffe588aa11fec04.gz
-rw-r--r-- | lib/scripts/script.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/scripts/script.js b/lib/scripts/script.js index ddc88c728..fd2679f01 100644 --- a/lib/scripts/script.js +++ b/lib/scripts/script.js @@ -17,6 +17,9 @@ if (clientPC.indexOf('opera')!=-1) { var is_opera_seven = (window.opera && document.childNodes); } +// prepare empty toolbar for checks by lazy plugins +var toolbar = ''; + /** * Rewrite the accesskey tooltips to be more browser and OS specific. * |