diff --git a/.idea/workspace.xml b/.idea/workspace.xml index afea7d0..411d571 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,8 +5,7 @@ - - + - + diff --git a/docutranslate/static/index.html b/docutranslate/static/index.html index 665d64f..68afb16 100644 --- a/docutranslate/static/index.html +++ b/docutranslate/static/index.html @@ -18,7 +18,7 @@ } summary { - border-bottom: 1px dashed #ccc; + border-bottom: 1px dashed #ccc; padding-bottom: 0.5rem; } @@ -564,6 +564,7 @@ } loadSettings(); + startPolling(); platformSelect.addEventListener('change', updatePlatformUI); apikeyInput.addEventListener('input', (e) => saveToStorage(`translator_platform_${platformSelect.value}_apikey`, e.target.value));