mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
remove comment
This commit is contained in:
committed by
danielyxie
parent
31e703d126
commit
d54439be8b
@@ -2544,14 +2544,6 @@ Bladeburner.prototype.updateContractsUIElement = function(el, action) {
|
||||
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) {
|
||||
removeChildrenFromElement(el);
|
||||
var isActive = el.classList.contains(ActiveActionCssClass);
|
||||
|
||||
Reference in New Issue
Block a user