(Grav GitSync) Automatic Commit from RealStickman

This commit is contained in:
RealStickman 2022-06-23 14:49:02 +02:00 committed by GitSync
parent 0bf608d1f7
commit 38dd494656
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -94,7 +94,8 @@ jQuery(document).ready(function() {
return false;
});
jQuery('.scrollbar-inner').scrollbar();
//jQuery('.scrollbar-inner').scrollbar();
jQuery('.scrollbar-outer').scrollbar();
jQuery('[data-sidebar-toggle]').on('click', function() {
jQuery(document.body).toggleClass('sidebar-hidden');