Implemented wget Terminal command

This commit is contained in:
danielyxie
2018-09-07 20:53:11 -05:00
parent 58d48f19ef
commit 98598b103d
4 changed files with 96 additions and 40 deletions
+1 -1
View File
@@ -451,7 +451,7 @@ function loadImportedGame(saveObj, saveString) {
var popupId = "import-game-restart-game-notice";
var txt = createElement("p", {
innerText:"Imported game! I would suggest saving the game and then reloading the page " +
innerText:"Imported game! You need to SAVE the game and then RELOAD the page " +
"to make sure everything runs smoothly"
});
var gotitBtn = createElement("a", {