no longer need to set dataset.model
This commit is contained in:
parent
724e1c200e
commit
01b879af95
@ -54,7 +54,6 @@ for (const channel of channels) {
|
||||
const model = deviceModel(device);
|
||||
|
||||
const release = document.createElement("div");
|
||||
release.dataset.model = model;
|
||||
|
||||
const header = document.createElement("h3");
|
||||
header.appendChild(document.createTextNode(model));
|
||||
|
Loading…
x
Reference in New Issue
Block a user