aboutsummaryrefslogtreecommitdiff
path: root/p/scripts/feed.js
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2022-05-19 21:30:40 +0200
committerGravatar GitHub <noreply@github.com> 2022-05-19 21:30:40 +0200
commitf5aaf5f46076e0ac11ab52ef2ea940fd789ff174 (patch)
treedce366428ef809022d62eee3dd6601083ffa2e0c /p/scripts/feed.js
parentc1eae578986d5e0d1d9dc8ad1c35e03d8d6f4986 (diff)
New limit option when reloading a feed (#4370)
Diffstat (limited to 'p/scripts/feed.js')
-rw-r--r--p/scripts/feed.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/p/scripts/feed.js b/p/scripts/feed.js
index b206b79d4..2a213b422 100644
--- a/p/scripts/feed.js
+++ b/p/scripts/feed.js
@@ -1,6 +1,6 @@
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0
'use strict';
-/* globals init_archiving, init_password_observers, init_slider */
+/* globals init_archiving, init_configuration_alert, init_password_observers, init_slider */
// <popup>
let popup = null;
@@ -134,6 +134,8 @@ function init_feed_afterDOM() {
init_valid_xpath(document.body);
}
+ init_configuration_alert();
+
if (window.console) {
console.log('FreshRSS feed init done.');
}