summaryrefslogtreecommitdiffstats
path: root/templates/minilinux/filelist.html
diff options
context:
space:
mode:
authorSimon Rettberg2014-05-28 18:18:34 +0200
committerSimon Rettberg2014-05-28 18:18:34 +0200
commite4e79982dd3c447a4ced762a6069db553e246f59 (patch)
treed17f74565ed5347350edeab412a07c77bd80a636 /templates/minilinux/filelist.html
parentWIP (diff)
downloadslx-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.html2
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);
}
});
}