[9.1.01] hauteur fenêtre update

This commit is contained in:
fredtempez 2019-05-07 21:57:31 +02:00
parent b5e9fc0639
commit 875b067b5a
1 changed files with 7 additions and 0 deletions

View File

@ -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");
});