|
|
@ -33,6 +33,7 @@ export class ChatApp extends DtpApp { |
|
|
|
this.log.info('constructor', 'DTP app client online'); |
|
|
|
|
|
|
|
this.notificationPermission = 'default'; |
|
|
|
this.haveFocus = true; // hard to load the app w/o also being the focused app
|
|
|
|
|
|
|
|
this.chat = { |
|
|
|
form: document.querySelector('#chat-input-form'), |
|
|
|