* [refac bug #53888] replace bind::change to on::change

This commit is contained in:
wangyidong
2024-08-15 18:04:22 +08:00
committed by 孙广明
parent 9ffaf543fb
commit 9fc32d0523
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ featureBar
(
setID('onlyAutoCase'),
set::checked($this->cookie->onlyAutoCase),
bind::change('window.toggleOnlyAutoCase(event)'),
on::change('toggleOnlyAutoCase'),
$lang->testcase->onlyAutomated
)
) : null,