From e4497d21d9fdc0f3041190321f6837f6e1084185 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Thu, 15 May 2014 09:32:28 +0100 Subject: [PATCH] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"); } });