Skip to content
Snippets Groups Projects
Commit b4a3afb2 authored by Blank_Alt's avatar Blank_Alt
Browse files

Last commit - III

parent 473905a8
No related branches found
No related tags found
1 merge request!10814FixAndTweakPool
...@@ -233,9 +233,9 @@ App.Mods.SecExp.riotCenter = (function() { ...@@ -233,9 +233,9 @@ App.Mods.SecExp.riotCenter = (function() {
deploy.append("Spend: ", App.UI.DOM.generateLinksStrip(r)); deploy.append("Spend: ", App.UI.DOM.generateLinksStrip(r));
return deploy; return deploy;
/** /**
* @param {string} cost * @param {string} cost
* @returns {HTMLSpanElement} * @returns {HTMLSpanElement}
*/ */
function menu(cost) { function menu(cost) {
const text = document.createElement("span"); const text = document.createElement("span");
App.UI.DOM.appendNewElement("div", text, `Your ${cost} will be leveraged to suppress the rebels.`); App.UI.DOM.appendNewElement("div", text, `Your ${cost} will be leveraged to suppress the rebels.`);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment