Update datatables.slidingChild.js

removed duplicate jQuery call
pull/383/head
Nick 6 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) {
this._addLoadingIndicator($tr);
}
this.s.source( $(dtRow.node() ), this._response(dtRow) );
this.s.source( $tr, this._response(dtRow) );
},
_response: function(dtRow) {
return function( dtRow, childData ) {

Loading…
Cancel
Save