From d54439be8b31b5e83cc56a7c75fec1d37b6aad88 Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Fri, 22 Mar 2019 22:21:05 -0400 Subject: [PATCH] remove comment --- src/Bladeburner.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/Bladeburner.js b/src/Bladeburner.js index 43c86d5f8..8e0c6d339 100644 --- a/src/Bladeburner.js +++ b/src/Bladeburner.js @@ -2544,14 +2544,6 @@ Bladeburner.prototype.updateContractsUIElement = function(el, action) { el.appendChild(checkboxDiv); } - -/* -
- - -
-*/ - Bladeburner.prototype.updateOperationsUIElement = function(el, action) { removeChildrenFromElement(el); var isActive = el.classList.contains(ActiveActionCssClass); @@ -2678,7 +2670,7 @@ Bladeburner.prototype.updateOperationsUIElement = function(el, action) { for:autolevelCheckboxId, innerText:"Autolevel",color:"white", tooltip:"Automatically increase operation level when possible" })); - + const checkboxDiv = createElement("div", { class: "bbcheckbox" }); const checkboxInput = createElement("input", { type:"checkbox",