diff --git a/js/App.js b/js/App.js index c7e931a03..ce27ed1e0 100644 --- a/js/App.js +++ b/js/App.js @@ -117,6 +117,8 @@ var App = function() { el.nextSibling.style.display = currState === "block" ? "none" : "block"; e.preventDefault(); return false; + } else { + return true; } },false); // Open the PageTemplate