From 4080a03051b244c061fdc494dec67d3ee97f9a1a Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 3 Jun 2011 11:33:32 -0400 Subject: 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. --- install/ui/search.js | 1 - 1 file changed, 1 deletion(-) (limited to 'install/ui/search.js') 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', -- cgit