aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/js/maintenance.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/public/js/maintenance.js b/public/js/maintenance.js
index a742cf6..f5840ef 100644
--- a/public/js/maintenance.js
+++ b/public/js/maintenance.js
@@ -58,6 +58,9 @@ document.addEventListener('DOMContentLoaded', function(){
58 toastNotify("Une erreur s'est produite:<br>" + params.get('database_restauration')); 58 toastNotify("Une erreur s'est produite:<br>" + params.get('database_restauration'));
59 } 59 }
60 } 60 }
61 if(params.has('get_last_dump')){
62 toastNotify(params.get('get_last_dump'));
63 }
61 if(params.has('get_all_media')){ 64 if(params.has('get_all_media')){
62 toastNotify(params.get('get_all_media')); 65 toastNotify(params.get('get_all_media'));
63 } 66 }