summaryrefslogtreecommitdiffstats
path: root/install/ui/dialog.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/dialog.js')
-rw-r--r--install/ui/dialog.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/install/ui/dialog.js b/install/ui/dialog.js
index 36bc49bb4..3bcb4556d 100644
--- a/install/ui/dialog.js
+++ b/install/ui/dialog.js
@@ -394,9 +394,6 @@ IPA.adder_dialog = function (spec) {
height: '151px'
});
- that.available_table.resize = function(){
- };
-
var columns = that.columns.values;
that.available_table.set_columns(columns);
@@ -408,9 +405,6 @@ IPA.adder_dialog = function (spec) {
height: '151px'
});
- that.selected_table.resize = function(){
- };
-
that.selected_table.set_columns(columns);
that.selected_table.init();