- Corrected problem where Language Dropdown was not filled

This commit is contained in:
Josako
2024-11-29 11:49:50 +01:00
parent b658e68e65
commit 425b580f15
2 changed files with 4 additions and 2 deletions

View File

@@ -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 {