diff --git a/index.html b/index.html index 75979b5..dd096c2 100644 --- a/index.html +++ b/index.html @@ -109,8 +109,8 @@ function closeMenu() { $(function(){ if ( $("#rightmenu").attr("data-open") != "false" ) { - $("#rightmenu").animate({left: "+=" + $("#rightmenu").css("width")}, 1000); - $("#rightmenu").css("display", "none"); + $("#rightmenu").animate({left: "+=" + $("#rightmenu").css("width")}, 1000).css("display", "none"); + //$("#rightmenu").css("display", "none"); $("#rightmenu").attr("data-open", "false"); } });