summaryrefslogtreecommitdiffstats
path: root/templates/backup/restore.html
diff options
context:
space:
mode:
authorSimon Rettberg2015-11-30 13:50:33 +0100
committerSimon Rettberg2015-11-30 13:50:33 +0100
commit123e2973f28dba48b0ec039887fe735d35325ee8 (patch)
treec9790aa75ff345e3b6ddc5e8b90ad212f9f3cad7 /templates/backup/restore.html
parentShow missing template names with all params passed (diff)
downloadslx-admin-123e2973f28dba48b0ec039887fe735d35325ee8.tar.gz
slx-admin-123e2973f28dba48b0ec039887fe735d35325ee8.tar.xz
slx-admin-123e2973f28dba48b0ec039887fe735d35325ee8.zip
JS: Use documentLoaded event where possible
Diffstat (limited to 'templates/backup/restore.html')
-rw-r--r--templates/backup/restore.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/backup/restore.html b/templates/backup/restore.html
index 42580647..e7dadae3 100644
--- a/templates/backup/restore.html
+++ b/templates/backup/restore.html
@@ -55,7 +55,7 @@
clearTimeout(slxTimeoutId);
setTimeout(function() {
window.location.replace("index.php?do=Main&message[]=success%7Crestore-done");
- }, 2500);
+ }, 3500);
});
}
</script>