mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
#1011 Proper resizing of the dialog box for managing 1:n links - removed a trace.
SVN:trunk[3390]
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user