no longer need to set dataset.model

This commit is contained in:
Daniel Micay 2019-05-09 17:48:00 -04:00
parent 724e1c200e
commit 01b879af95

View File

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