diff options
author | Andreas Gohr <andi@splitbrain.org> | 2009-11-28 12:45:42 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2009-11-28 12:45:42 +0100 |
commit | 7b5c475caaf56f3d0eb64587bfae029616bb4c2d (patch) | |
tree | 88d357e93f8551006c02bc32cc106117e7b7b827 /lib/scripts | |
parent | 8719e743c51249da4418a0be62827f200acd8d85 (diff) | |
download | rpg-7b5c475caaf56f3d0eb64587bfae029616bb4c2d.tar.gz rpg-7b5c475caaf56f3d0eb64587bfae029616bb4c2d.tar.bz2 |
fix revision selection on back action in chrome FS#1807
Ignore-this: ab8d6c01d376804768479250e253cdfe
darcs-hash:20091128114542-7ad00-67a6c1d40ad641d83f9b606e42e3777aee504e33.gz
Diffstat (limited to 'lib/scripts')
-rw-r--r-- | lib/scripts/script.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/scripts/script.js b/lib/scripts/script.js index bcebe57de..ccba82144 100644 --- a/lib/scripts/script.js +++ b/lib/scripts/script.js @@ -477,6 +477,7 @@ addInitEvent(function(){ else input2.disabled = (input2.type!='checkbox'); } }); + input1.checked = false; // chrome reselects on back button which messes up the logic } else if(input1.type=='submit'){ input1.disabled = true; } |