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 | 9e8c8abde0671463e025a8bf2d85ff3577d8afc6 (patch) | |
| tree | d6401b1f314626c992878835575f816b113597ae /skins/xstyle/javascript | |
| parent | 2d0bf21a529fd2fffb997ba660ce2f7a0d3f140f (diff) | |
| download | xxv-9e8c8abde0671463e025a8bf2d85ff3577d8afc6.tar.gz xxv-9e8c8abde0671463e025a8bf2d85ff3577d8afc6.tar.bz2 | |
* TIMERS: html/xstyle: [Bug #12971] javascript to toggle timer failed
Diffstat (limited to 'skins/xstyle/javascript')
| -rw-r--r-- | skins/xstyle/javascript/global.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/xstyle/javascript/global.js b/skins/xstyle/javascript/global.js index 87f8741..e07f2df 100644 --- a/skins/xstyle/javascript/global.js +++ b/skins/xstyle/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; } |
