Skip to content
Snippets Groups Projects
Commit 34f13c43 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'fix2' into 'pregmod-master'

fix not DOM

Closes #1493

See merge request !6300
parents 8551cb31 3ae28370
No related branches found
No related tags found
1 merge request!6300fix not DOM
...@@ -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