mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-20 21:25:47 +01:00
remove comment
This commit is contained in:
parent
31e703d126
commit
d54439be8b
@ -2544,14 +2544,6 @@ Bladeburner.prototype.updateContractsUIElement = function(el, action) {
|
|||||||
el.appendChild(checkboxDiv);
|
el.appendChild(checkboxDiv);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
<div class="bbcheckbox">
|
|
||||||
<input type="checkbox" value="None" id="bbcheckbox" name="check" checked />
|
|
||||||
<label for="bbcheckbox"></label>
|
|
||||||
</div>
|
|
||||||
*/
|
|
||||||
|
|
||||||
Bladeburner.prototype.updateOperationsUIElement = function(el, action) {
|
Bladeburner.prototype.updateOperationsUIElement = function(el, action) {
|
||||||
removeChildrenFromElement(el);
|
removeChildrenFromElement(el);
|
||||||
var isActive = el.classList.contains(ActiveActionCssClass);
|
var isActive = el.classList.contains(ActiveActionCssClass);
|
||||||
@ -2678,7 +2670,7 @@ Bladeburner.prototype.updateOperationsUIElement = function(el, action) {
|
|||||||
for:autolevelCheckboxId, innerText:"Autolevel",color:"white",
|
for:autolevelCheckboxId, innerText:"Autolevel",color:"white",
|
||||||
tooltip:"Automatically increase operation level when possible"
|
tooltip:"Automatically increase operation level when possible"
|
||||||
}));
|
}));
|
||||||
|
|
||||||
const checkboxDiv = createElement("div", { class: "bbcheckbox" });
|
const checkboxDiv = createElement("div", { class: "bbcheckbox" });
|
||||||
const checkboxInput = createElement("input", {
|
const checkboxInput = createElement("input", {
|
||||||
type:"checkbox",
|
type:"checkbox",
|
||||||
|
Loading…
Reference in New Issue
Block a user