mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-13 17:50:29 +08:00
lint fix
This commit is contained in:
parent
51437ca803
commit
9494379f93
@ -141,7 +141,7 @@ export var tools = new function() {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
this.getRadioValue = function(name, value) {
|
this.getRadioValue = function(name) {
|
||||||
return document.querySelector(`input[type="radio"][name="${name}"]:checked`).value;
|
return document.querySelector(`input[type="radio"][name="${name}"]:checked`).value;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user