diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-02-02 10:35:23 -0600 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-02-02 15:56:50 -0500 |
commit | d389e054f6173194daabc08ad3abd366005048bd (patch) | |
tree | b1f0bf85e7095c6215c8989a8c720da81d46104c /install/ui/dialog.js | |
parent | 0353a2be677594125892e16fe0cdebe264d2ccb2 (diff) | |
download | freeipa-d389e054f6173194daabc08ad3abd366005048bd.tar.gz freeipa-d389e054f6173194daabc08ad3abd366005048bd.tar.xz freeipa-d389e054f6173194daabc08ad3abd366005048bd.zip |
Added undo for permission target.
https://fedorahosted.org/freeipa/ticket/885
Diffstat (limited to 'install/ui/dialog.js')
-rw-r--r-- | install/ui/dialog.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/dialog.js b/install/ui/dialog.js index c2640267a..b1f84a98b 100644 --- a/install/ui/dialog.js +++ b/install/ui/dialog.js @@ -157,7 +157,7 @@ IPA.dialog = function(spec) { field.setup(span); } - for (var j = 0; i<that.sections.length; j++) { + for (var j=0; j<that.sections.length; j++) { var section = that.sections[j]; var div = $('#'+that.entity_name+'-'+that.name+'-'+section.name, |