mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-28 20:07:04 +02:00
Playtesting - Fixed bugs
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
/* Pop up Dialog Box */
|
||||
function dialogBoxInit() {
|
||||
if (Engine.Debug) {
|
||||
console.log("Dialog Box Initialized");
|
||||
}
|
||||
var closeButton = document.getElementById("dialog-box-close-button");
|
||||
var dialogBox = document.getElementById("dialog-box-container");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user