summaryrefslogtreecommitdiff
path: root/web/public/js/taginfo.js
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2015-08-09 14:04:08 +0100
committerChristopher Baines <mail@cbaines.net>2015-08-09 14:04:08 +0100
commitf9d91963d4d07c4825a32af6e216dbea42b80ab1 (patch)
tree9d325add3b7e1c3201488a65982d9087f28a255f /web/public/js/taginfo.js
parent28be55a1c744ed9ee9179b8b37570e4532bf6870 (diff)
downloadtaginfo-f9d91963d4d07c4825a32af6e216dbea42b80ab1.tar
taginfo-f9d91963d4d07c4825a32af6e216dbea42b80ab1.tar.gz
Put the slicknav menu in a div
Instead of the body.
Diffstat (limited to 'web/public/js/taginfo.js')
-rw-r--r--web/public/js/taginfo.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/public/js/taginfo.js b/web/public/js/taginfo.js
index 67e1941..a99c5c1 100644
--- a/web/public/js/taginfo.js
+++ b/web/public/js/taginfo.js
@@ -885,7 +885,7 @@ jQuery(document).ready(function() {
return jQuery('input#search').val() != '';
});
- jQuery('#menu').slicknav({ prependTo: 'body' });
+ jQuery('#menu').slicknav({ prependTo: '#menu-div' });
jQuery(window).resize(function() {
resize_box();