mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-09 07:42:41 +02:00
23 lines
681 B
JavaScript
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'
|
|
} |