mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 04:17:05 +02:00
Fixed bug with autocompletion on capitalized leters. Updated to 0.19.7
This commit is contained in:
@@ -1099,6 +1099,13 @@ var Engine = {
|
||||
document.getElementById("world-menu-link").removeAttribute("class");
|
||||
document.getElementById("tutorial-menu-link").removeAttribute("class");
|
||||
|
||||
//Changelog
|
||||
document.getElementById("changelog-link").addEventListener("click", function() {
|
||||
gameOptionsBoxClose();
|
||||
dialogBoxCreate(CONSTANTS.Changelog);
|
||||
return false;
|
||||
});
|
||||
|
||||
//DEBUG Delete active Scripts on home
|
||||
document.getElementById("debug-delete-scripts-link").addEventListener("click", function() {
|
||||
console.log("Deleting running scripts on home computer");
|
||||
|
||||
Reference in New Issue
Block a user