Skip to content
Snippets Groups Projects
Commit 3ab8206c authored by lowercasedonkey's avatar lowercasedonkey
Browse files

go right to relevant tab for implants

parent b7860681
No related branches found
No related tags found
No related merge requests found
...@@ -159,7 +159,7 @@ App.UI.View.mainLinks = function() { ...@@ -159,7 +159,7 @@ App.UI.View.mainLinks = function() {
div.append('an organ'); div.append('an organ');
} }
div.append(" for ", div.append(" for ",
App.UI.DOM.makeElement("span", App.UI.DOM.link(V.slaves[i].slaveName, () => { V.activeSlave = V.slaves[i]; }, [], "Slave Interact"), "clear-formatting"), App.UI.DOM.makeElement("span", App.UI.DOM.link(V.slaves[i].slaveName, () => { V.activeSlave = V.slaves[i], V.tabChoice.RemoteSurgery = "Structural"; }, [], "Remote Surgery"), "clear-formatting"),
" which "); " which ");
if (slaveOrgans > 1) { if (slaveOrgans > 1) {
div.append('are'); div.append('are');
......
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