X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fjavascripts%2Futils%2Fstorage.js;h=8008777458328773e08ae777bccc58fc06537241;hb=b955c65b942d09d24b5c3bed0d755d4f2f8f71f1;hp=9217c134c3da663e5ea738d0c429ba73273cfeea;hpb=59d58d7da742c937bca80c2102c2e72cc7d6e840;p=vchess.git diff --git a/public/javascripts/utils/storage.js b/public/javascripts/utils/storage.js index 9217c134..80087774 100644 --- a/public/javascripts/utils/storage.js +++ b/public/javascripts/utils/storage.js @@ -40,6 +40,7 @@ function getGameFromStorage(gameId) // Retrieve running game from localStorage game.score = localStorage.getItem("score"); game.oppid = localStorage.getItem("oppid"); + game.oppname = localStorage.getItem("oppname"); game.mycolor = localStorage.getItem("mycolor"); game.fenStart = localStorage.getItem("fenStart"); game.moves = localStorage.getItem("moves");