Przeglądaj źródła

Move loading of crypto form

See https://github.com/marienfressinaud/FreshRSS/commit/f727a1383639d5bdc762f73dfe93b9a5d577cb41#commitcomment-7853832
Marien Fressinaud 11 lat temu
rodzic
commit
635ea04d52
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      p/scripts/main.js

+ 1 - 1
p/scripts/main.js

@@ -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();