mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-02-05 11:34:25 +00:00
Merge pull request #343 from kissge/digit-screen-name
Make sure defaultScreenName is loaded as a string value
This commit is contained in:
commit
2ecc561560
@ -79,7 +79,7 @@ function loadWalletlUsers(cbFunc, cbArg) {
|
||||
|
||||
function loadScreenName() {
|
||||
if( $.localStorage.isSet("defaultScreenName") ) {
|
||||
defaultScreenName = $.localStorage.get("defaultScreenName");
|
||||
defaultScreenName = $.localStorage.get("defaultScreenName").toString();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user