mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-23 09:32:15 -05:00
Merge branch 'dev' into uitextcase
This commit is contained in:
commit
266b7328ef
@ -9,6 +9,9 @@ $.fn.ready(function() {
|
||||
|
||||
$("#menu").click(function(){
|
||||
$("#links").toggle();
|
||||
if ($('#content').hasClass('opacity03')) {
|
||||
$('#content').removeClass('opacity03');
|
||||
}
|
||||
});
|
||||
|
||||
/* ==========================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user