diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2008-01-19 14:22:11 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2008-01-19 14:22:11 +0000 |
| commit | ea2018b5c26b393c96f7c8f8d58de64348033ee9 (patch) | |
| tree | e91bdb35b3d1368aaf6ebf419ad74fda208026db /html/javascript/global.js | |
| parent | 195be1c3970d084140362ba7a9c565edaae6c25e (diff) | |
| download | xxv-ea2018b5c26b393c96f7c8f8d58de64348033ee9.tar.gz xxv-ea2018b5c26b393c96f7c8f8d58de64348033ee9.tar.bz2 | |
* TIMERS: html/xstyle: [Bug #12971] javascript to toggle timer failed
Diffstat (limited to 'html/javascript/global.js')
| -rw-r--r-- | html/javascript/global.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/javascript/global.js b/html/javascript/global.js index a05b873..7a5748c 100644 --- a/html/javascript/global.js +++ b/html/javascript/global.js @@ -1,5 +1,5 @@ // To status frame und dann refresh der seite -function tostatus(url, num) { +function tostatus(url) { myoldurl = location.href; location.href = url; } |
