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/entitle.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/src/freeipa/entitle.js') diff --git a/install/ui/src/freeipa/entitle.js b/install/ui/src/freeipa/entitle.js index 77dd0836..1a60d650 100644 --- a/install/ui/src/freeipa/entitle.js +++ b/install/ui/src/freeipa/entitle.js @@ -753,6 +753,7 @@ IPA.entitle.download_widget = function(spec) { } else { that.link.css('display', 'none'); } + that.updated.notify([], that); }; return that; -- cgit