From 77f96289241f8e98f316490bd6b6c066db86f572 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Thu, 15 May 2014 09:26:07 +0100 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 359fb72..9fe0da7 100644 --- a/index.html +++ b/index.html @@ -99,8 +99,8 @@ function openMenu() { $(function(){ if ( $("#rightmenu").attr("data-open") != "true" ) { + $("rightmenu").css("display", "inline"); $("#rightmenu").animate({left: "-=" + $("#rightmenu").css("width")}, 1000); - $("rightmenu").css("display", "initial"); $("#rightmenu").attr("data-open", "true"); } });