summaryrefslogtreecommitdiff
path: root/public/assets/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/js/app.js')
-rw-r--r--public/assets/js/app.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/public/assets/js/app.js b/public/assets/js/app.js
index 974d51e..8f0bfe6 100644
--- a/public/assets/js/app.js
+++ b/public/assets/js/app.js
@@ -22,4 +22,9 @@ $('.top').flickity({
x3: 15
}
-}); \ No newline at end of file
+});
+
+$('.index').click( function(){
+ $('body').toggleClass('navopen');
+});
+