Update datatables.slidingChild.js

removed duplicate jQuery call
pull/383/head
Nick 7 years ago committed by GitHub
parent eb73ee5dbb
commit e2331ddd50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -111,7 +111,7 @@ SlidingChild.prototype = {
if (this.s.displayLoadingIndicator) { if (this.s.displayLoadingIndicator) {
this._addLoadingIndicator($tr); this._addLoadingIndicator($tr);
} }
this.s.source( $(dtRow.node() ), this._response(dtRow) ); this.s.source( $tr, this._response(dtRow) );
}, },
_response: function(dtRow) { _response: function(dtRow) {
return function( dtRow, childData ) { return function( dtRow, childData ) {

Loading…
Cancel
Save