]> source.dussan.org Git - gitea.git/commitdiff
Remove superfluous argument (#17667)
authorGusted <williamzijl7@hotmail.com>
Tue, 16 Nov 2021 11:36:03 +0000 (11:36 +0000)
committerGitHub <noreply@github.com>
Tue, 16 Nov 2021 11:36:03 +0000 (19:36 +0800)
As title.

web_src/js/features/common-issue.js

index e2cf51f2a0c0d1d94bf83d6d61788ded8eb3f32d..f89690abc0350138247453067b1a1dc0f35dc68d 100644 (file)
@@ -21,7 +21,7 @@ export function initCommonIssue() {
       elementId = '';
       action = 'clear';
     }
-    updateIssuesMeta(url, action, issueIDs, elementId, '').then(() => {
+    updateIssuesMeta(url, action, issueIDs, elementId).then(() => {
       // NOTICE: This reset of checkbox state targets Firefox caching behaviour, as the checkboxes stay checked after reload
       if (action === 'close' || action === 'open') {
         // uncheck all checkboxes