This commit is contained in:
BinaryServ
2025-10-05 00:58:56 -07:00
parent 086f0ae644
commit 6ff358f772
30 changed files with 1587 additions and 1654 deletions

View File

@@ -312,6 +312,7 @@ function init_decryptor() {
decryptor_reaction(content_decrypted, password_input, decrypted_content);
}
});
decrypted_content.style.display = '';
}
if (typeof base_url === 'undefined') {
var base_url = JSON.parse(document.getElementById('__config').textContent).base;