handle server detect lang message firefox

This commit is contained in:
makaveli10
2023-07-28 13:49:16 +05:30
parent eddd615a9d
commit 91826995d2
3 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ document.addEventListener("DOMContentLoaded", function() {
const useMultilingualCheckbox = document.getElementById('useMultilingualCheckbox');
const languageDropdown = document.getElementById('languageDropdown');
const taskDropdown = document.getElementById('taskDropdown');
let selectedLanguage = undefined;
let selectedLanguage = null;
let selectedTask = taskDropdown.value;
browser.storage.local.get("capturingState")