]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/courgette/js/init.js
[add] courgette theme
[github/wallabag/wallabag.git] / themes / courgette / js / init.js
diff --git a/themes/courgette/js/init.js b/themes/courgette/js/init.js
new file mode 100755 (executable)
index 0000000..dca8390
--- /dev/null
@@ -0,0 +1,6 @@
+$.fn.ready(function () {
+  $('#menu').on('click', function(){
+    $('body').toggleClass('menuOpen');
+    $('#menuContainer, #article_toolbar').toggleClass('open');
+  });
+})
\ No newline at end of file