diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-20 15:55:48 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-20 15:55:48 +0200 |
commit | d257c974a8acea9d7309b63c829fefcbfb47d831 (patch) | |
tree | e953bce501c941e7a6c0dbb63b97e5c94c267aad /module/web/static/default/home.js | |
parent | netload fix (diff) | |
download | pyload-d257c974a8acea9d7309b63c829fefcbfb47d831.tar.xz |
dynamic status bar
Diffstat (limited to 'module/web/static/default/home.js')
-rw-r--r-- | module/web/static/default/home.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/static/default/home.js b/module/web/static/default/home.js index 9f8902458..065a6d6eb 100644 --- a/module/web/static/default/home.js +++ b/module/web/static/default/home.js @@ -88,7 +88,7 @@ pb = new dwProgressBar({ }); */ -req.startTimer(); + req.startTimer(); }); |