mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
Turn on perfect-scrollbar
This commit is contained in:
6
public/js/material-dashboard.js
vendored
6
public/js/material-dashboard.js
vendored
@@ -20,11 +20,11 @@
|
|||||||
|
|
||||||
if (isWindows) {
|
if (isWindows) {
|
||||||
// if we are on windows OS we activate the perfectScrollbar function
|
// if we are on windows OS we activate the perfectScrollbar function
|
||||||
//$('.sidebar .sidebar-wrapper, .main-panel').perfectScrollbar();
|
$('.sidebar .sidebar-wrapper, .main-panel').perfectScrollbar();
|
||||||
|
|
||||||
//$('html').addClass('perfect-scrollbar-on');
|
$('html').addClass('perfect-scrollbar-on');
|
||||||
} else {
|
} else {
|
||||||
//$('html').addClass('perfect-scrollbar-off');
|
$('html').addClass('perfect-scrollbar-off');
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
|||||||
@@ -124,6 +124,6 @@
|
|||||||
)
|
)
|
||||||
</script>
|
</script>
|
||||||
<script>
|
<script>
|
||||||
$( document ).ready(initScheduleEditor("scheduleEditor",3,4));
|
initScheduleEditor("scheduleEditor",3,4);
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endsection
|
||||||
Reference in New Issue
Block a user