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

merge fix

parent 9146073e
No related branches found
No related tags found
1 merge request!7640Market global
...@@ -259,6 +259,9 @@ App.UI.View.mainLinks = function() { ...@@ -259,6 +259,9 @@ App.UI.View.mainLinks = function() {
V.market.slaveMarket = abbreviation; V.market.slaveMarket = abbreviation;
V.market.newSlaves = []; V.market.newSlaves = [];
V.market.numArcology = 1; V.market.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