mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-06 13:16:54 +02:00
Frontend Improvements
This commit is contained in:
@@ -30,11 +30,6 @@
|
||||
<?php Action::run('admin_header'); ?>
|
||||
|
||||
<script>
|
||||
Messenger.options = {
|
||||
extraClasses: 'messenger-fixed messenger-on-bottom messenger-on-right',
|
||||
theme: 'flat'
|
||||
}
|
||||
|
||||
$(document).ready(function(){
|
||||
$('.chocolat').Chocolat({
|
||||
overlayColor : '#f2f2f2',
|
||||
@@ -44,6 +39,12 @@
|
||||
loadingImg : "<?php echo Option::get('siteurl'); ?>public/assets/img/chocolat/loading.gif",
|
||||
});
|
||||
});
|
||||
|
||||
/* Messanger */
|
||||
Messenger.options = {
|
||||
extraClasses: 'messenger-fixed messenger-on-bottom messenger-on-right',
|
||||
theme: 'flat'
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
|
Reference in New Issue
Block a user