aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/courgette/js/init.js
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-11-24 13:11:57 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-11-24 13:11:57 +0100
commit85c5a1ff8d919d3d36a8125c9bbd0d9220025729 (patch)
tree28a95f126132dbe6c53e1e48f5c2099d29d5649b /themes/courgette/js/init.js
parent7b8bb75228fff2a629388313a3d12cd63c846ad6 (diff)
downloadwallabag-85c5a1ff8d919d3d36a8125c9bbd0d9220025729.tar.gz
wallabag-85c5a1ff8d919d3d36a8125c9bbd0d9220025729.tar.zst
wallabag-85c5a1ff8d919d3d36a8125c9bbd0d9220025729.zip
failover if theme folder doesn't exist
Diffstat (limited to 'themes/courgette/js/init.js')
-rwxr-xr-xthemes/courgette/js/init.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/themes/courgette/js/init.js b/themes/courgette/js/init.js
deleted file mode 100755
index dca83906..00000000
--- a/themes/courgette/js/init.js
+++ /dev/null
@@ -1,6 +0,0 @@
1$.fn.ready(function () {
2 $('#menu').on('click', function(){
3 $('body').toggleClass('menuOpen');
4 $('#menuContainer, #article_toolbar').toggleClass('open');
5 });
6}) \ No newline at end of file