mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-19 00:04:51 +00:00
Missing return value if slider click event not handled
This commit is contained in:
parent
612a54a680
commit
fdbb46afb8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user