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

update name convention

parent 924ac9b2
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,7 @@ App.UI = {};
App.UI.Budget = {};
App.UI.DOM = {};
App.UI.DOM.Widgets = {};
App.UI.Market = {};
App.UI.SlaveInteract = {};
App.UI.View = {};
App.Update = {};
......
App.UI.completeCatalog = function() {
App.UI.Market.specialSlave = function() {
const p = document.createElement("p");
let slave = V.activeSlave;
let selectedID = slave.ID;
......
......@@ -2,4 +2,4 @@
<<set $nextButton = "Back to Main", $nextLink = "Main", $returnTo = "Main">>
<<includeDOM App.UI.completeCatalog()>>
<<includeDOM App.UI.Market.specialSlave()>>
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