diff options
author | Andreas Gohr <andi@splitbrain.org> | 2010-03-02 21:07:57 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2010-03-02 21:07:57 +0100 |
commit | d6c824bc110a9f2c475d125acfcbcbcf399539fe (patch) | |
tree | db988854bdb54b23a619715f73072b1fd8a64631 | |
parent | 83e9d7a593638d1e91db108f2c285bb38207c437 (diff) | |
download | rpg-d6c824bc110a9f2c475d125acfcbcbcf399539fe.tar.gz rpg-d6c824bc110a9f2c475d125acfcbcbcf399539fe.tar.bz2 |
removed cursor:hand CSS property FS#1911
-rw-r--r-- | lib/scripts/script.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/scripts/script.js b/lib/scripts/script.js index ef4ae95a2..bf6f41ce5 100644 --- a/lib/scripts/script.js +++ b/lib/scripts/script.js @@ -215,10 +215,7 @@ function addTocToggle() { prependChild(header,obj); obj.parentNode.onclick = toggleToc; - try { - obj.parentNode.style.cursor = 'pointer'; - obj.parentNode.style.cursor = 'hand'; - }catch(e){} + obj.parentNode.style.cursor = 'pointer'; } /** |