mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 04:17:05 +02:00
v0.35.2
This commit is contained in:
+1
-9
@@ -34,7 +34,7 @@ import {yesNoBoxCreate, yesNoTxtInpBoxCreate,
|
||||
yesNoTxtInpBoxClose} from "../utils/YesNoBox.js";
|
||||
|
||||
/* Display Location Content when visiting somewhere in the World*/
|
||||
let Locations = {
|
||||
var Locations = {
|
||||
//Cities
|
||||
Aevum: "Aevum",
|
||||
//AevumDesc: ""
|
||||
@@ -1576,14 +1576,6 @@ function initLocationButtons() {
|
||||
return false;
|
||||
});
|
||||
|
||||
let worldStockExchange = document.getElementById("generic-location-wse");
|
||||
worldStockExchange.addEventListener("click", function() {
|
||||
Player.location = Locations.WorldStockExchange;
|
||||
Engine.loadStockMarketContent();
|
||||
return false;
|
||||
});
|
||||
|
||||
|
||||
//Buttons to interact at a location (apply for job/promotion, train, purchase, etc.)
|
||||
var softwareJob = document.getElementById("location-software-job");
|
||||
var softwareConsultantJob = document.getElementById("location-software-consultant-job")
|
||||
|
||||
Reference in New Issue
Block a user