mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-30 00:39:16 +02:00
bugfixes / more code cleanup
This commit is contained in:
+1
-1
@@ -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'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user