From fbb37075b7d039f584cd9e7efd04d04136f980be Mon Sep 17 00:00:00 2001 From: Radomir Dopieralski Date: Tue, 14 Oct 2014 12:23:57 +0200 Subject: [PATCH] Add password reveal icon to new nodes in node register Since the forms are added there, we need to run additional code each time to add the password reveal icon to the password fields. Change-Id: I0918ca8eea1e6dcb649185341f0d613f67081d85 --- .../static/infrastructure/js/tuskar.menu_formset.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tuskar_ui/infrastructure/static/infrastructure/js/tuskar.menu_formset.js b/tuskar_ui/infrastructure/static/infrastructure/js/tuskar.menu_formset.js index ef9c3b4c7..8be988879 100644 --- a/tuskar_ui/infrastructure/static/infrastructure/js/tuskar.menu_formset.js +++ b/tuskar_ui/infrastructure/static/infrastructure/js/tuskar.menu_formset.js @@ -59,6 +59,7 @@ tuskar.menu_formset = (function () { }); $new_nav.tab('show'); $('select.switchable').trigger('change'); + horizon.forms.add_password_fields_reveal_buttons($new_form); } // Connect all signals.