2019-05-05 14:26:01 +02:00
|
|
|
/**
|
|
|
|
* 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 <frederic.tempez@outlook.com>
|
2019-10-03 14:53:47 +02:00
|
|
|
* @copyright Copyright (C) 2018-2020, Frédéric Tempez
|
2019-05-05 14:26:01 +02:00
|
|
|
* @license GNU General Public License, version 3
|
|
|
|
* @link http://zwiicms.com/
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Paramètres par défaut au chargement
|
|
|
|
*/
|
|
|
|
$( document ).ready(function() {
|
|
|
|
$("section").addClass("userLogin");
|
|
|
|
});
|