#1011 Proper resizing of the dialog box for managing 1:n links - removed a trace.

SVN:trunk[3390]
This commit is contained in:
Denis Flaven
2014-10-30 08:54:48 +00:00
parent c73ef6ae72
commit bb741c39f4

View File

@@ -435,8 +435,6 @@ $(function()
var dlgHeight = this.oDlg.height();
$('.wizContainer', this.oDlg).height(dlgHeight - 20);
$('#SearchResultsToAdd_'+this.id).height(dlgHeight - 50 - searchHeight);
console.log('Dlg Height:'+dlgHeight+', Search height: '+searchHeight+', Remaining Height'+(dlgHeight - 50 - searchHeight));
},
_deleteRow: function(oCheckbox)
{