bugfixes / more code cleanup

This commit is contained in:
NoobishSVK
2024-03-21 22:30:18 +01:00
parent 0f10e04bcd
commit 8f4c96ce12
12 changed files with 166 additions and 81 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ $(document).ready(function() {
}
});
if(localStorage.getItem('nickname').length > 0) {
if(localStorage.getItem('nickname')) {
$('#chat-nickname').val(localStorage.getItem('nickname'));
$('#chat-identity-nickname').text(localStorage.getItem('nickname'));
}