Skip to content
Snippets Groups Projects
Commit 3ae28370 authored by Arkerthan's avatar Arkerthan
Browse files

fix not DOM

parent 8551cb31
No related branches found
No related tags found
No related merge requests found
...@@ -180,7 +180,7 @@ App.UI.View.mainLinks = function() { ...@@ -180,7 +180,7 @@ App.UI.View.mainLinks = function() {
const div = document.createElement("div"); const div = document.createElement("div");
div.classList.add("yellow"); div.classList.add("yellow");
div.append(`The lab has completed ${addA(setup.prosthetics[V.adjustProsthetics[j].id].name)} for `, div.append(`The lab has completed ${addA(setup.prosthetics[V.adjustProsthetics[j].id].name)} for `,
App.UI.DOM.makeElement("span", App.UI.link(SlaveFullName(V.slaves[i]), () => { V.activeSlave = V.slaves[i]; }, [], "Slave Interact"), "clear-formatting"), App.UI.DOM.makeElement("span", App.UI.DOM.link(SlaveFullName(V.slaves[i]), () => { V.activeSlave = V.slaves[i]; }, [], "Slave Interact"), "clear-formatting"),
" which is ready to be attached."); " which is ready to be attached.");
fragment.append(div); fragment.append(div);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment