Missing return value if slider click event not handled

print-window-tiddler
Jeremy Ruston 2012-01-25 19:14:01 +00:00
rodzic 612a54a680
commit fdbb46afb8
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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