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:
parent
8905191413
commit
5ed8050791
56 changed files with 1181 additions and 0 deletions
6
themes/courgette/js/init.js
Executable file
6
themes/courgette/js/init.js
Executable file
|
@ -0,0 +1,6 @@
|
|||
$.fn.ready(function () {
|
||||
$('#menu').on('click', function(){
|
||||
$('body').toggleClass('menuOpen');
|
||||
$('#menuContainer, #article_toolbar').toggleClass('open');
|
||||
});
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue