Up-in-the-Air – commitdiff

You can use Git to clone the repository via the web URL. Download snapshot (zip)
Very minor reformat
authorJulian Fietkau <git@fietkau.software>
Mon, 14 Oct 2024 00:32:21 +0000 (02:32 +0200)
committerJulian Fietkau <git@fietkau.software>
Mon, 14 Oct 2024 00:32:21 +0000 (02:32 +0200)
main.js

diff --git a/main.js b/main.js
index 1975870c7011d0669e9c16b52ace8cb71ac5fa8f..89edc4bcdfec093d5179705b12024ff6aef189cb 100644 (file)
--- a/main.js
+++ b/main.js
@@ -2222,8 +2222,7 @@ game['fn'].start = () => {
           game['fn'].playRandomSound();
           game['fn'].unlockFeather(unlock['name'], unlock['url']);
           game['fn'].moveToPage('unlock');
-        }
-        else if(unlock && unlock['type'] == 'custom') {
+        } else if(unlock && unlock['type'] == 'custom') {
           if(!game.var.sessionUnlocks) {
             game.var.sessionUnlocks = [];
           }