1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

[add] courgette theme

This commit is contained in:
Nicolas Lœuillet 2014-01-08 11:28:46 +01:00
parent 8905191413
commit 5ed8050791
56 changed files with 1181 additions and 0 deletions

6
themes/courgette/js/init.js Executable file
View file

@ -0,0 +1,6 @@
$.fn.ready(function () {
$('#menu').on('click', function(){
$('body').toggleClass('menuOpen');
$('#menuContainer, #article_toolbar').toggleClass('open');
});
})