Skip to content
Snippets Groups Projects
Commit 5a671cbf authored by lowercasedonkey's avatar lowercasedonkey
Browse files

back link

parent 582c9216
No related branches found
No related tags found
No related merge requests found
...@@ -261,6 +261,9 @@ App.UI.View.mainLinks = function() { ...@@ -261,6 +261,9 @@ App.UI.View.mainLinks = function() {
newSlaves: [], newSlaves: [],
numArcology: 1 numArcology: 1
}; };
V.nextButton = "Back to Main";
V.nextLink = "Main";
V.returnTo = "Main";
}), }),
App.UI.DOM.makeElement("span", " will sell at half price this week.", "yellow")); App.UI.DOM.makeElement("span", " will sell at half price this week.", "yellow"));
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