mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 16:25:12 +00:00
Side Menu Closing on Click. Fixes #38
This commit is contained in:
parent
f3b855b6d0
commit
7b046e7aca
1 changed files with 45 additions and 41 deletions
|
@ -1,7 +1,11 @@
|
|||
$(document).ready(function() {
|
||||
$(".button-collapse").sideNav();
|
||||
$(".button-collapse").sideNav({
|
||||
closeOnClick: true
|
||||
});
|
||||
$('.modal-trigger').leanModal();
|
||||
$('.tooltipped').tooltip({delay: 50});
|
||||
$('.tooltipped').tooltip({
|
||||
delay: 50
|
||||
});
|
||||
|
||||
var interval = 15000;
|
||||
var autoRefresh = setTimeout(function() {
|
||||
|
|
Loading…
Reference in a new issue