This commit is contained in:
Oleg Korshul
2025-10-06 22:47:43 +03:00
parent 0ba46d1eb6
commit 26f10c9d27
2 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ function checkInternetExplorer(){
}
})
$('#reconf').on('click', function() {
if (saved_key !== null) {
if (API_KEY !== null) {
elements.api_value.value = API_KEY;
}
document.getElementById('txt_shower').innerHTML = '';