Ver Fonte

DBG ui/js off

Piotr Labudda há 7 anos atrás
pai
commit
b424ba32eb
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      SE/se-lib/TableAjax.php.TableAjax.js

+ 2 - 2
SE/se-lib/TableAjax.php.TableAjax.js

@@ -603,7 +603,7 @@ global['p5UI__FieldInputFilterSearch'] = createReactClass({
 		// this.props.store.dispatch( this.props.actions.toggle( this.props.namespace, this.props.primaryKey, checked ) )
 	},
 	render: function () {
-		DBG1 && console.log('DBG::p5UI__FieldInputFilterSearch::render (f:'+this.props.fieldName+',v:'+this.state.value+')', { props: this.props, state: this.state });
+		DBG && console.log('DBG::p5UI__FieldInputFilterSearch::render (f:'+this.props.fieldName+',v:'+this.state.value+')', { props: this.props, state: this.state });
 		switch (this.props.type) {
 			case "number":
 			case "date":
@@ -2039,7 +2039,7 @@ var TableAjax = function() {
 	};
 
 	priv.renderFooterInfo = function() {
-		DBG1 && console.log('DBG:TableAjax::renderFooterInfo', { _uiNodeFooterInfo: _uiNodeFooterInfo });
+		DBG && console.log('DBG:TableAjax::renderFooterInfo', { _uiNodeFooterInfo: _uiNodeFooterInfo });
 		var fromRow = Math.max(_state.page - 1, 0) * _state.pageSize;
 		var total = _data.total;
 		var toRow = Math.min(fromRow + _state.pageSize, total);