menu is not active to begin with

This commit is contained in:
Nils Norman Haukås 2015-09-27 21:21:35 +02:00
parent 2a472ff33c
commit 380d345c1c

View file

@ -96,7 +96,7 @@ $(document).ready(function () {
// Beware order is significant
$('#js-show-menu').click(addMenu);
addMenu();
isMenuShown = true;
// addMenu();
// isMenuShown = true;
});