mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-02 13:57:05 +02:00
Added new Text Files (downloadable) and their corresponding Terminal commands. Added sprintf and vsprintf.
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ function dialogBoxCreate(txt) {
|
||||
closeButton.innerHTML = "×"
|
||||
|
||||
var textE = document.createElement("p");
|
||||
textE.innerHTML = txt;
|
||||
textE.innerHTML = txt.replace(/(?:\r\n|\r|\n)/g, '<br>');
|
||||
|
||||
content.appendChild(closeButton);
|
||||
content.appendChild(textE);
|
||||
|
||||
Reference in New Issue
Block a user