Unverified Commit 679e8738 authored by missionfloyd's avatar missionfloyd Committed by GitHub
Browse files

Update imageviewerGamepad.js

parent df59b74c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ window.addEventListener('gamepadconnected', (e) => {
            isWaiting = false;
        }
    }, 10);
    window.addEventListener('gamepaddisconnected', (e) => clearInterval(gamepads[e.gamepad.index]))
    window.addEventListener('gamepaddisconnected', (e) => clearInterval(gamepads[e.gamepad.index]));
});

/*