diff options
Diffstat (limited to 'public/js')
| -rw-r--r-- | public/js/maintenance.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/public/js/maintenance.js b/public/js/maintenance.js index 87f4aec..3d3d5e8 100644 --- a/public/js/maintenance.js +++ b/public/js/maintenance.js | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | // js/maintenance.js | ||
| 2 | |||
| 1 | function displayLogs(){ | 3 | function displayLogs(){ |
| 2 | const log_table = getElementOrThrow('log_table'); | 4 | const log_table = getElementOrThrow('log_table'); |
| 3 | 5 | ||
| @@ -41,4 +43,4 @@ function cleanLogs(){ | |||
| 41 | } | 43 | } |
| 42 | 44 | ||
| 43 | // notification après restauration | 45 | // notification après restauration |
| 44 | 46 | // et éventuellement récupérer le message de l'exception d'une autre manière | |
