Skip to content

Commit dbaab5d

Browse files
committed
remove debug return
1 parent e55df14 commit dbaab5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

script.user.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name JPDB Userscript (6a67)
33
// @namespace http://tampermonkey.net/
4-
// @version 0.1.179
4+
// @version 0.1.180
55
// @description Script for JPDB that adds some styling and functionality
66
// @match *://jpdb.io/*
77
// @grant GM_addStyle
@@ -1756,7 +1756,6 @@
17561756
if (USER_SETTINGS.enableButtonSound()) {
17571757
await playButtonSound(button);
17581758
}
1759-
return;
17601759
const form = button.closest('form');
17611760
if (form) {
17621761
form.submit();

0 commit comments

Comments
 (0)