summaryrefslogtreecommitdiffstats
path: root/install/ui/dialog.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-02-02 10:35:23 -0600
committerAdam Young <ayoung@redhat.com>2011-02-02 15:56:50 -0500
commitd389e054f6173194daabc08ad3abd366005048bd (patch)
treeb1f0bf85e7095c6215c8989a8c720da81d46104c /install/ui/dialog.js
parent0353a2be677594125892e16fe0cdebe264d2ccb2 (diff)
downloadfreeipa-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.js2
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,