diff --git a/index.html b/index.html index 2dc3fad..2e98088 100644 --- a/index.html +++ b/index.html @@ -935,9 +935,9 @@
@@ -2854,6 +2854,7 @@ function stkMenuHandleResponse(data) { if (data.type === 'display_text') { content.innerHTML = '
' + esc(data.text) + '
'; backBtn.style.display = ''; + document.getElementById('stk-ok-btn').style.display = ''; btns.classList.remove('hidden'); } else if (data.type === 'select_item') { stkMenuStack.push(data.items); @@ -2866,6 +2867,7 @@ function stkMenuHandleResponse(data) { html += ''; content.innerHTML = html; backBtn.style.display = ''; + document.getElementById('stk-ok-btn').style.display = 'none'; btns.classList.remove('hidden'); } else { content.innerHTML = 'SW: ' + esc(data.sw || '?') + '';