- Corrected problem where Language Dropdown was not filled
This commit is contained in:
@@ -43,6 +43,8 @@ class EveAIChatWidget extends HTMLElement {
|
||||
this.addEventListeners()
|
||||
|
||||
if (this.areAllAttributesSet()) {
|
||||
console.log('All attributes are set, populating language dropdown');
|
||||
this.populateLanguageDropdown()
|
||||
console.log('All attributes are set, initializing socket');
|
||||
this.initializeSocket();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user