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