diff --git a/core/core.php b/core/core.php index b2c660c8..27375046 100755 --- a/core/core.php +++ b/core/core.php @@ -36,7 +36,7 @@ class common { const THUMBS_WIDTH = 640; // Numéro de version - const ZWII_VERSION = '10.0.077'; + const ZWII_VERSION = '10.0.078'; const ZWII_UPDATE_CHANNEL = "v10"; public static $actions = []; diff --git a/core/layout/light.css b/core/layout/light.css index 28d66146..0fd9cda4 100755 --- a/core/layout/light.css +++ b/core/layout/light.css @@ -17,4 +17,8 @@ /* Site */ #site { max-width: 600px !important; +} + +section { + min-height: 0px; } \ No newline at end of file diff --git a/core/module/install/view/update/update.js.php b/core/module/install/view/update/update.js.php index 6155da4f..667764ef 100755 --- a/core/module/install/view/update/update.js.php +++ b/core/module/install/view/update/update.js.php @@ -60,11 +60,4 @@ 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 +$(window).on("load", step(1, null)); \ No newline at end of file diff --git a/core/module/user/view/login/login.js.php b/core/module/user/view/login/login.js.php deleted file mode 100755 index 385dc9d4..00000000 --- a/core/module/user/view/login/login.js.php +++ /dev/null @@ -1,18 +0,0 @@ -/** - * This file is part of Zwii. - * - * For full copyright and license information, please see the LICENSE - * file that was distributed with this source code. - * - * @authorFrédéric Tempez - * @copyright Copyright (C) 2018-2020, Frédéric Tempez - * @license GNU General Public License, version 3 - * @link http://zwiicms.com/ - */ - -/** -* Paramètres par défaut au chargement -*/ -$( document ).ready(function() { - $("section").addClass("userLogin"); -}); \ No newline at end of file