Explorar o código

#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 %!s(int64=10) %!d(string=hai) anos
pai
achega
3c255bd7eb
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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)
 		{