mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-02 05:47:14 +02:00
Lots of changes, didn't keep track ofthem all
This commit is contained in:
@@ -32,9 +32,6 @@ purchaseServerBoxCreate = function(ram, cost) {
|
||||
|
||||
//Clear old event listeners from Confirm button
|
||||
var newConfirmButton = clearEventListeners("purchase-server-box-confirm");
|
||||
//var confirmButton = document.getElementById("purchase-server-box-confirm");
|
||||
//var newConfirmButton = confirmButton.cloneNode(true);
|
||||
//confirmButton.parentNode.replaceChild(newConfirmButton, confirmButton);
|
||||
newConfirmButton.addEventListener("click", function() {
|
||||
purchaseServerBoxClose();
|
||||
purchaseServer(ram, cost);
|
||||
|
||||
Reference in New Issue
Block a user