aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-10-21 12:47:50 +0200
committerGravatar GitHub <noreply@github.com> 2021-10-21 12:47:50 +0200
commitc5cfb2ac07f039bb7388dca3a4061755c8403fff (patch)
tree30facf25708de31dd9de07862cc99603b0a495e3 /p
parent008cbfef2ccb9c0e52f0329dd7a4519593638265 (diff)
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 <alexandre@alapetite.fr>
Diffstat (limited to 'p')
-rw-r--r--p/scripts/extra.js1
1 files changed, 1 insertions, 0 deletions
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;