소스 검색

Removed a debug trace introduced with the file drag&drop capability

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3212 a333f486-631f-4898-b8df-5754b55c2be0
romainq 11 년 전
부모
커밋
46f9b4f412
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      datamodels/2.x/itop-attachments/main.attachments.php

+ 0 - 1
datamodels/2.x/itop-attachments/main.attachments.php

@@ -398,7 +398,6 @@ $oPage->add_ready_script(
 	$(document).bind('dragover', function (e) {
 		var bFiles = false;
 		
-console.log(e);
 		if (e.dataTransfer.types)
 		{
 			for (var i = 0; i < e.dataTransfer.types.length; i++)