add/rm semicolons

pull/2591/head
thyttan 2023-02-19 10:28:17 +01:00
parent f2af13281c
commit 1d78542167
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ function stopRunUI() {
// Define the function to go back and foth between the different UI's
function swipeHandler(LR,_) {
if (LR==-1 && karvonnenActive && !isMenuDisplayed) run();
if (LR==1 && !karvonnenActive && !isMenuDisplayed) {stopRunUI(); require("run_karvonnen").show()};
if (LR==1 && !karvonnenActive && !isMenuDisplayed) {stopRunUI(); require("run_karvonnen").show();}
}
// Listen for swipes with the swipeHandler