forked from ZwiiCMS-Team/ZwiiCMS
[9.1.01] hauteur fenêtre update
This commit is contained in:
parent
b5e9fc0639
commit
875b067b5a
@ -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");
|
||||
});
|
Loading…
Reference in New Issue
Block a user