1
0
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:
Jay Sitter 2014-11-01 18:29:41 -04:00
commit 266b7328ef

View File

@ -9,6 +9,9 @@ $.fn.ready(function() {
$("#menu").click(function(){ $("#menu").click(function(){
$("#links").toggle(); $("#links").toggle();
if ($('#content').hasClass('opacity03')) {
$('#content').removeClass('opacity03');
}
}); });
/* ========================================================================== /* ==========================================================================