diff --git a/assets/js/theme.js b/assets/js/theme.js index 81072a124..9fb19ba14 100644 --- a/assets/js/theme.js +++ b/assets/js/theme.js @@ -1168,7 +1168,8 @@ class FixIt { try { if (this.config.encryption) { this.initFixItDecryptor(); - } else if (!this.config.encryption?.all) { + } + if (!this.config.encryption?.all) { this.initTwemoji(); this.initDetails(); this.initLightGallery();