From f5aaf5f46076e0ac11ab52ef2ea940fd789ff174 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 19 May 2022 21:30:40 +0200 Subject: New limit option when reloading a feed (#4370) --- p/scripts/feed.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'p/scripts/feed.js') 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 */ // 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.'); } -- cgit v1.2.3