Update index.html
This commit is contained in:
parent
d0022f450f
commit
89609bf72a
|
@ -112,6 +112,7 @@
|
||||||
$("#rightmenu").animate({left: "+=" + $("#rightmenu").css("width")}, 1000).done(function(){
|
$("#rightmenu").animate({left: "+=" + $("#rightmenu").css("width")}, 1000).done(function(){
|
||||||
$("#rightmenu").css("visibility", "hidden");
|
$("#rightmenu").css("visibility", "hidden");
|
||||||
$("#rightmenu").attr("data-open", "false");
|
$("#rightmenu").attr("data-open", "false");
|
||||||
|
alert("Hello");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue