diff --git a/admin/themes/default/index.template.php b/admin/themes/default/index.template.php index 7d52e34..b91c040 100644 --- a/admin/themes/default/index.template.php +++ b/admin/themes/default/index.template.php @@ -39,12 +39,7 @@ loadingImg : "/public/assets/img/chocolat/loading.gif", }); }); - - /* Messanger */ - Messenger.options = { - extraClasses: 'messenger-fixed messenger-on-bottom messenger-on-right', - theme: 'flat' - } + diff --git a/admin/themes/default/js/default.js b/admin/themes/default/js/default.js index 8d1d041..058f3c6 100644 --- a/admin/themes/default/js/default.js +++ b/admin/themes/default/js/default.js @@ -1,19 +1,23 @@ /** - * Monstra JS module - * @package Monstra - * @author Romanenko Sergey / Awilum - * @copyright 2012 Romanenko Sergey / Awilum - * @version $Id$ - * @since 1.0.0 - * @license http://opensource.org/licenses/gpl-license.php GNU Public License - * Monstra is free software. This version may have been modified pursuant - * to the GNU General Public License, and as distributed it includes or - * is derivative of works licensed under the GNU General Public License or - * other free or open source software licenses. - * See COPYING.txt for copyright notices and details. - * @filesource + * Monstra JS module + * + * This source file is part of the Monstra Engine. More information, + * documentation and tutorials can be found at http://monstra.org + * + * @package Monstra + * + * @author Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. */ - /* Confirm delete */ function confirmDelete(msg){var data=confirm(msg+" ?"); return data;} + +/* Messanger */ +Messenger.options = { + extraClasses: 'messenger-fixed messenger-on-bottom messenger-on-right', + theme: 'flat' +} \ No newline at end of file