Plugin: ExtraMenuFromWebservice: Menu is closed by default. - refs BT#18337

pull/4663/head
NicoDucou 3 years ago
parent 69ad3db8cf
commit b1cf75718c
  1. 3
      plugin/extramenufromwebservice/resources/js/extramenufromwebservice.js

@ -3,5 +3,6 @@ $(document).ready(function () {
$("#nav-from-webservice").toggle("slow");
$("#nav-from-webservice").css("z-index", 15);
});
$('#menu-toggle').click();
// Uncomment following line to set the menu open by default
// $('#menu-toggle').click();
});

Loading…
Cancel
Save