diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-22 17:27:43 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-22 17:27:43 +0200 |
| commit | 2f30ecf9479dd3d756dfc269a4c7ebd2411bf92b (patch) | |
| tree | f44b827b9fe75ef5b3abb11a08cff1ed1ac64a7a /themes/flog/layouts/partials/footer.html | |
| parent | 9a357875fd1b6ea1b8e7f3ca8f74398c110228f5 (diff) | |
| download | pragblog-2f30ecf9479dd3d756dfc269a4c7ebd2411bf92b.tar.gz pragblog-2f30ecf9479dd3d756dfc269a4c7ebd2411bf92b.zip | |
mobile: use sidenav; fix typo that caused the navbar to break
Diffstat (limited to 'themes/flog/layouts/partials/footer.html')
| -rw-r--r-- | themes/flog/layouts/partials/footer.html | 2 |
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); |
