mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-02 02:51:53 +08:00
lint fix
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user