mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 08:42:53 +02:00
prettify, sorry for the big ass commit
This commit is contained in:
@@ -5,7 +5,7 @@ import { removeElementById } from "./removeElementById";
|
||||
* Routes the player from the Loading screen to the main game content.
|
||||
*/
|
||||
export function removeLoadingScreen(): void {
|
||||
// TODO: Have this manipulate CSS classes instead of direct styles
|
||||
removeElementById("loader");
|
||||
getElementById("entire-game-container").style.visibility = "visible";
|
||||
// TODO: Have this manipulate CSS classes instead of direct styles
|
||||
removeElementById("loader");
|
||||
getElementById("entire-game-container").style.visibility = "visible";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user