Pārlūkot izejas kodu

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3390 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 10 gadi atpakaļ
vecāks
revīzija
3c255bd7eb
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      js/linksdirectwidget.js

+ 0 - 2
js/linksdirectwidget.js

@@ -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)
 		{