diff options
| author | 2014-09-19 18:38:00 +0200 | |
|---|---|---|
| committer | 2014-09-19 18:38:00 +0200 | |
| commit | 635ea04d52b3078e6a76c64072cf86d60b6c1561 (patch) | |
| tree | 3e7319387c9f65536705a431f31a78850ed6c0ce | |
| parent | a5fe85634ea74d7e1af70d3763ccfa0134ddea92 (diff) | |
Move loading of crypto form
See https://github.com/marienfressinaud/FreshRSS/commit/f727a1383639d5bdc762f73dfe93b9a5d577cb41#commitcomment-7853832
| -rw-r--r-- | p/scripts/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p/scripts/main.js b/p/scripts/main.js index b2ca90c5b..2503116ee 100644 --- a/p/scripts/main.js +++ b/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(); |
