summaryrefslogtreecommitdiff
path: root/themes/flog/layouts/partials/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/flog/layouts/partials/footer.html')
-rw-r--r--themes/flog/layouts/partials/footer.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/flog/layouts/partials/footer.html b/themes/flog/layouts/partials/footer.html
index c499460..a617ce6 100644
--- a/themes/flog/layouts/partials/footer.html
+++ b/themes/flog/layouts/partials/footer.html
@@ -11,6 +11,8 @@
};
function ready() {
parallax();
+ $('.button-collapse').sideNav();
+ $('.button-collapse').sideNav('hide');
};
$(document).ready(function() {
$(window).scroll(parallax);