A few improvements ;) #1

Merged
zotan merged 2 commits from :master into master 2021-03-05 23:05:47 +01:00
Showing only changes of commit 6731aebfaa - Show all commits

View file

@ -20,7 +20,7 @@ window.onload = function () {
updateState()
};
document.addEventListener("keypress", function onEvent(event) {
window.onkeyup = function (event) {
if (event.key === "p") {
togglePlayback();
}
@ -30,7 +30,7 @@ document.addEventListener("keypress", function onEvent(event) {
else if (event.key === "c") {
toggleContinue();
}
});
};
function togglePlayback() {