From 875b067b5a9ed1e4da6dffce38a75c7e927305de Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 7 May 2019 21:57:31 +0200 Subject: [PATCH] =?UTF-8?q?[9.1.01]=20hauteur=20fen=C3=AAtre=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/install/view/update/update.js.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/module/install/view/update/update.js.php b/core/module/install/view/update/update.js.php index 8e5c2e9e..6155da4f 100755 --- a/core/module/install/view/update/update.js.php +++ b/core/module/install/view/update/update.js.php @@ -61,3 +61,10 @@ function step(i, data) { }); } $(window).on("load", step(1, null)); + +/** +* Paramètres par défaut au chargement +*/ +$( document ).ready(function() { + $("section").addClass("updateForm"); +}); \ No newline at end of file