Skip to content

Commit

Permalink
add/rm semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
thyttan committed Feb 22, 2023
1 parent f2af132 commit 1d78542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/run/app.js
Expand Up @@ -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
Expand Down

0 comments on commit 1d78542

Please sign in to comment.