1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-01 00:10:45 +00:00

Missing return value if slider click event not handled

This commit is contained in:
Jeremy Ruston 2012-01-25 19:14:01 +00:00
parent 612a54a680
commit fdbb46afb8

View File

@ -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