fix variable name conflict
This commit is contained in:
parent
e4c7f45e6c
commit
089e52b1a0
@ -65,7 +65,7 @@ function addResourceLine (fieldset, iconHref, labelText, inputAttr, unitText=nul
|
||||
}
|
||||
}
|
||||
|
||||
function addDiskLine (fieldset, id, iconHref, label, value) {
|
||||
function addDiskLine (fieldset, id, iconHref, labelText, value) {
|
||||
let field = document.querySelector(`#${fieldset}`);
|
||||
|
||||
let icon = document.createElement("img");
|
||||
|
Loading…
Reference in New Issue
Block a user