summaryrefslogtreecommitdiffstats
path: root/install/ui/aci.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2011-09-13 13:53:54 +0200
committerEndi S. Dewata <edewata@redhat.com>2011-09-13 17:32:18 +0000
commitdf049ff13dadceb8eeecc960622c8796cf287bec (patch)
treea1731aef32afb726901fc4783f3ae628a835fd5c /install/ui/aci.js
parent5371c03c93ddc73ebafc4107e7340ac911e27ed5 (diff)
downloadfreeipa-df049ff13dadceb8eeecc960622c8796cf287bec.tar.gz
freeipa-df049ff13dadceb8eeecc960622c8796cf287bec.tar.xz
freeipa-df049ff13dadceb8eeecc960622c8796cf287bec.zip
Code cleanup: widget creation
https://fedorahosted.org/freeipa/ticket/1788 Removed code duplication of undo links. Simplified code of widget creation to be more readable.
Diffstat (limited to 'install/ui/aci.js')
-rw-r--r--install/ui/aci.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/install/ui/aci.js b/install/ui/aci.js
index e447391c..5dcd69d4 100644
--- a/install/ui/aci.js
+++ b/install/ui/aci.js
@@ -271,9 +271,6 @@ IPA.attributes_widget = function(spec) {
if (that.undo) {
that.create_undo(container);
- that.get_undo().click(function(){
- that.reset();
- });
}
if (that.object_type){