Update index.html
This commit is contained in:
parent
a639f9c95b
commit
e4497d21d9
|
@ -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");
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue