diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2013-04-23 14:38:36 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2013-05-06 16:22:29 +0200 |
commit | c151e01e7954b0181c97a1b495e2237e00198492 (patch) | |
tree | b162b13c48466102310828a2e3fd1384afb92ea2 /install/ui/src/freeipa/entitle.js | |
parent | b184e24f912dcde3484aeafec1f497a130598991 (diff) | |
download | freeipa.git-c151e01e7954b0181c97a1b495e2237e00198492.tar.gz freeipa.git-c151e01e7954b0181c97a1b495e2237e00198492.tar.xz freeipa.git-c151e01e7954b0181c97a1b495e2237e00198492.zip |
Add widget updated event
https://fedorahosted.org/freeipa/ticket/3235
Diffstat (limited to 'install/ui/src/freeipa/entitle.js')
-rw-r--r-- | install/ui/src/freeipa/entitle.js | 1 |
1 files changed, 1 insertions, 0 deletions
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; |