See https://github.com/marienfressinaud/FreshRSS/commit/f727a1383639d5bdc762f73dfe93b9a5d577cb41#commitcomment-7853832
@@ -1250,7 +1250,6 @@ function init_all() {
break;
}
init_confirm_action();
- init_crypto_form();
$stream = $('#stream');
if ($stream.length > 0) {
init_actualize();
@@ -1265,6 +1264,7 @@ function init_all() {
init_notifs_html5();
window.setInterval(refreshUnreads, 120000);
} else {
+ init_crypto_form();
init_share_observers();
init_remove_observers();
init_feed_observers();