This commit is contained in:
Devaev Maxim 2020-07-19 18:15:26 +03:00
parent 51437ca803
commit 9494379f93

View File

@ -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;
};