mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
parent
81926d61db
commit
447428f446
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user