Loading index.php +0 −3 Original line number Diff line number Diff line Loading @@ -243,7 +243,6 @@ header('X-Robots-Tag: noindex, nofollow'); openMainSection('decryptSection'); } // Always show passphrase input (even for unencrypted / non-existing) document.getElementById('passphrase-input-block').style.display = 'block'; if (passFromHash) { Loading @@ -255,7 +254,6 @@ header('X-Robots-Tag: noindex, nofollow'); decryptBtn.addEventListener('click', async () => { const passphrase = document.getElementById('decryptPassphrase').value.trim(); // Optional: disable button to prevent double-click races decryptBtn.disabled = true; try { Loading @@ -268,7 +266,6 @@ header('X-Robots-Tag: noindex, nofollow'); result = await response.json().catch(() => ({})); // Generic failure (don’t reveal if id exists) if (!response.ok || !result || !result.secret) { closeMainSections(); openMainSection('errorSection'); Loading Loading
index.php +0 −3 Original line number Diff line number Diff line Loading @@ -243,7 +243,6 @@ header('X-Robots-Tag: noindex, nofollow'); openMainSection('decryptSection'); } // Always show passphrase input (even for unencrypted / non-existing) document.getElementById('passphrase-input-block').style.display = 'block'; if (passFromHash) { Loading @@ -255,7 +254,6 @@ header('X-Robots-Tag: noindex, nofollow'); decryptBtn.addEventListener('click', async () => { const passphrase = document.getElementById('decryptPassphrase').value.trim(); // Optional: disable button to prevent double-click races decryptBtn.disabled = true; try { Loading @@ -268,7 +266,6 @@ header('X-Robots-Tag: noindex, nofollow'); result = await response.json().catch(() => ({})); // Generic failure (don’t reveal if id exists) if (!response.ok || !result || !result.secret) { closeMainSections(); openMainSection('errorSection'); Loading