From c5cfb2ac07f039bb7388dca3a4061755c8403fff Mon Sep 17 00:00:00 2001 From: maTh Date: Thu, 21 Oct 2021 12:47:50 +0200 Subject: fixed: add feed: advanced: white space char as default password (#3814) * fixed space char as default password * fix: whitespace in feed http username configuration * fix: type=password * extend the type=password with the watch-password-plain button * init_extra() again for new slider content Co-authored-by: Alexandre Alapetite --- p/scripts/extra.js | 1 + 1 file changed, 1 insertion(+) (limited to 'p/scripts') diff --git a/p/scripts/extra.js b/p/scripts/extra.js index 3aa1b6d46..e487ab8c9 100644 --- a/p/scripts/extra.js +++ b/p/scripts/extra.js @@ -150,6 +150,7 @@ function init_slider_observers() { closer.classList.add('active'); context.ajax_loading = false; fix_popup_preview_selector(); + init_extra(); }; req.send(); return false; -- cgit v1.2.3