summaryrefslogtreecommitdiffstats
path: root/install/ui/search.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-06-03 11:33:32 -0400
committerEndi Sukma Dewata <edewata@people02.fedoraproject.org>2011-06-03 19:54:14 +0000
commit4080a03051b244c061fdc494dec67d3ee97f9a1a (patch)
tree97930a9514ceefaf19784df088c2e553586a9633 /install/ui/search.js
parent403ed477b56695576e74f8fda1c9fc8b1df53700 (diff)
downloadfreeipa-4080a03051b244c061fdc494dec67d3ee97f9a1a.tar.gz
freeipa-4080a03051b244c061fdc494dec67d3ee97f9a1a.tar.xz
freeipa-4080a03051b244c061fdc494dec67d3ee97f9a1a.zip
dialog scrolling table
Tables on the dialog page need to have the scrolling set but should not resize with the main window, since their window is a JQuery UI dialog.
Diffstat (limited to 'install/ui/search.js')
-rw-r--r--install/ui/search.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/install/ui/search.js b/install/ui/search.js
index 33eb8c93c..e4c866826 100644
--- a/install/ui/search.js
+++ b/install/ui/search.js
@@ -75,7 +75,6 @@ IPA.search_facet = function(spec) {
};
}
-
that.table = IPA.table_widget({
scrollable: true,
id: entity.name+'-search',