1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-09 07:42:41 +02:00
Files
php-monstra/admin/themes/default/js/default.js
2014-01-07 20:39:06 +02:00

23 lines
681 B
JavaScript

/**
* 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 <awilum@msn.com>
* @copyright 2012-2014 Romanenko Sergey / Awilum <awilum@msn.com>
*
* 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'
}