From c1245bdd723b737fecf4231e58e962dd0079709f Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Thu, 15 May 2014 09:34:00 +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 dd096c2..669f7c9 100644 --- a/index.html +++ b/index.html @@ -109,9 +109,9 @@ function closeMenu() { $(function(){ if ( $("#rightmenu").attr("data-open") != "false" ) { - $("#rightmenu").animate({left: "+=" + $("#rightmenu").css("width")}, 1000).css("display", "none"); - //$("#rightmenu").css("display", "none"); + $("#rightmenu").animate({left: "+=" + $("#rightmenu").css("width")}, 1000); $("#rightmenu").attr("data-open", "false"); + $("#rightmenu").css("display", "none"); } }); }