diff options
author | Simon Rettberg | 2014-05-28 18:18:34 +0200 |
---|---|---|
committer | Simon Rettberg | 2014-05-28 18:18:34 +0200 |
commit | e4e79982dd3c447a4ced762a6069db553e246f59 (patch) | |
tree | d17f74565ed5347350edeab412a07c77bd80a636 /templates/minilinux/filelist.html | |
parent | WIP (diff) | |
download | slx-admin-e4e79982dd3c447a4ced762a6069db553e246f59.tar.gz slx-admin-e4e79982dd3c447a4ced762a6069db553e246f59.tar.xz slx-admin-e4e79982dd3c447a4ced762a6069db553e246f59.zip |
Fixed some bugs from Sateserver v05
Diffstat (limited to 'templates/minilinux/filelist.html')
-rw-r--r-- | templates/minilinux/filelist.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/minilinux/filelist.html b/templates/minilinux/filelist.html index 38b709f6..abb28aad 100644 --- a/templates/minilinux/filelist.html +++ b/templates/minilinux/filelist.html @@ -32,7 +32,7 @@ function slxUpdate(uid, id, name) var msg = "Fehler beim Abruf: "; $('#' + uid).html(msg + xhr.status + " " + xhr.statusText); } else { - setTimeout(tmInit, 50); + setTimeout(tmInit, 100); } }); } |