From fdbb46afb834a7601f5cef480432c080ec242042 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Wed, 25 Jan 2012 19:14:01 +0000 Subject: [PATCH] Missing return value if slider click event not handled --- js/App.js | 2 ++ 1 file changed, 2 insertions(+) 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