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

Improving class names for menu hiding

This commit is contained in:
Jay Sitter 2014-11-03 13:32:20 -05:00
parent e319c49891
commit ebea829d80
2 changed files with 2 additions and 2 deletions

View file

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