Skip to content

Commit d449c36

Browse files
committed
prvents navigation.instant of material-theme from decrypting. Don't know why this was introduced...
1 parent 9173c58 commit d449c36

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

encryptcontent/decrypt-contents.tpl.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -609,8 +609,4 @@ if (typeof base_url === 'undefined') {
609609
var base_url = JSON.parse(document.getElementById('__config').textContent).base;
610610
}
611611
{%- endif %}
612-
{%- if webcrypto %}
613-
document.addEventListener('DOMContentLoaded', () => init_decryptor());
614-
{%- else %}
615612
document.addEventListener('DOMContentLoaded', init_decryptor());
616-
{%- endif %}

0 commit comments

Comments
 (0)