removed extra semicolon in RA-mods.js

This commit is contained in:
RossAsscends
2023-03-17 06:07:10 +09:00
parent f6dc978595
commit c0a285eaa2

View File

@ -362,7 +362,7 @@ $("document").ready(function () {
ClearLocal();
}
if (event.key == "ArrowLeft") { //swipes left
$('.swipe_left:last').click();;
$('.swipe_left:last').click();
}
if (event.key == "ArrowRight") { //swipes right
$('.swipe_right:last').click();