diff options
| author | polo <ordipolo@gmx.fr> | 2026-05-11 01:20:16 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2026-05-11 01:20:16 +0200 |
| commit | 80de6834a11734c6d3e047635b63ec93f2f68345 (patch) | |
| tree | e1484030b4b87bc8e0b3ebb26b933f722aaba932 /public | |
| parent | 895cf7a438929f74c2e11996667685245a571f2a (diff) | |
| download | cms-80de6834a11734c6d3e047635b63ec93f2f68345.tar.gz cms-80de6834a11734c6d3e047635b63ec93f2f68345.tar.bz2 cms-80de6834a11734c6d3e047635b63ec93f2f68345.zip | |
restauration complète de la BDD (sauf table user)
Diffstat (limited to 'public')
| -rw-r--r-- | public/css/maintenance.css | 2 | ||||
| -rw-r--r-- | public/js/maintenance.js | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/public/css/maintenance.css b/public/css/maintenance.css index 8fd0601..9b6f525 100644 --- a/public/css/maintenance.css +++ b/public/css/maintenance.css | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | { | 2 | { |
| 3 | margin-top: 8px; | 3 | margin-top: 8px; |
| 4 | } | 4 | } |
| 5 | .maintenance p | 5 | .maintenance p, .maintenance form |
| 6 | { | 6 | { |
| 7 | margin: 10px 0; | 7 | margin: 10px 0; |
| 8 | } | 8 | } |
diff --git a/public/js/maintenance.js b/public/js/maintenance.js index c12bd6b..87f4aec 100644 --- a/public/js/maintenance.js +++ b/public/js/maintenance.js | |||
| @@ -38,4 +38,7 @@ function cleanLogs(){ | |||
| 38 | } | 38 | } |
| 39 | }); | 39 | }); |
| 40 | fetcher.send({}); | 40 | fetcher.send({}); |
| 41 | } \ No newline at end of file | 41 | } |
| 42 | |||
| 43 | // notification après restauration | ||
| 44 | |||
