upgrade
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
$(document).ready(function () {
|
||||
$('#menu-toggle').click(function() {
|
||||
$("#nav-from-webservice").toggle("slow");
|
||||
$("#nav-from-webservice").css("z-index", 15);
|
||||
});
|
||||
// Uncomment following line to set the menu open by default
|
||||
// $('#menu-toggle').click();
|
||||
});
|
||||
Reference in New Issue
Block a user