mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
fix
This commit is contained in:
@@ -137,7 +137,7 @@ export var tools = new function() {
|
|||||||
|
|
||||||
this.setOnClickRadio = function(name, callback) {
|
this.setOnClickRadio = function(name, callback) {
|
||||||
for (let el of $$$(`input[type="radio"][name="${name}"]`)) {
|
for (let el of $$$(`input[type="radio"][name="${name}"]`)) {
|
||||||
this.setOnClick(el, callback)
|
this.setOnClick(el, callback);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user