From c151e01e7954b0181c97a1b495e2237e00198492 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Tue, 23 Apr 2013 14:38:36 +0200 Subject: Add widget updated event https://fedorahosted.org/freeipa/ticket/3235 --- install/ui/src/freeipa/user.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/src/freeipa/user.js') diff --git a/install/ui/src/freeipa/user.js b/install/ui/src/freeipa/user.js index 2fa0b0641..91be2d0e6 100644 --- a/install/ui/src/freeipa/user.js +++ b/install/ui/src/freeipa/user.js @@ -476,6 +476,7 @@ IPA.user_password_widget = function(spec) { } else { that.display_control.text(that.unset_value); } + that.updated.notify([], that); }; that.clear = function() { -- cgit