소스 검색

fixed DBG in TableAjax

Piotr Labudda 8 년 전
부모
커밋
566022af6e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      SE/se-lib/TableAjax.php

+ 1 - 1
SE/se-lib/TableAjax.php

@@ -1155,7 +1155,7 @@ class TableAjax extends ViewAjax {
 				}
 				if ('ref' === columnProps.type) showTooltip = false;
 				if ('ref' === columnProps.type) cellNode.css('padding', "3px")
-				if ('ref' === columnProps.type) console.log('renderRow rowPK('+rowPK+') columnProps', columnProps)
+				if ('ref' === columnProps.type && priv.options.debug) console.log('renderRow rowPK('+rowPK+') columnProps', columnProps)
 				if ('ref' === columnProps.type) cellNode.html('<a href="index.php?_route=ViewTableAjax' +
 					'&namespace=' + columnProps.xsdRefNsPrefix.replace('__x3A__', '/') + '/' + columnProps.xsdRefType +
 					'&backRefNS=' + priv.options.namespace +