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 --- app/views/feed/add.phtml | 7 +++++-- app/views/helpers/feed/update.phtml | 7 +++++-- app/views/subscription/add.phtml | 5 ++++- p/scripts/extra.js | 1 + 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/app/views/feed/add.phtml b/app/views/feed/add.phtml index 516ec9a8b..a585fcedc 100644 --- a/app/views/feed/add.phtml +++ b/app/views/feed/add.phtml @@ -68,13 +68,16 @@
- +

- +
+ + +
diff --git a/app/views/helpers/feed/update.phtml b/app/views/helpers/feed/update.phtml index 44e3c6c92..32ad8fd17 100644 --- a/app/views/helpers/feed/update.phtml +++ b/app/views/helpers/feed/update.phtml @@ -139,8 +139,11 @@
- +
+ + +
diff --git a/app/views/subscription/add.phtml b/app/views/subscription/add.phtml index 65279bfc5..72abbeb30 100644 --- a/app/views/subscription/add.phtml +++ b/app/views/subscription/add.phtml @@ -63,7 +63,10 @@
- +
+ + +
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