Skip to content

Commit

Permalink
Fix: Row details compat with jQuery 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJard committed Aug 13, 2020
1 parent a204183 commit e4b1de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/api/api.row.details.js
Expand Up @@ -20,7 +20,7 @@ var __details_add = function ( ctx, row, data, klass )
}
else {
// Otherwise create a row with a wrapper
var created = $('<tr><td/></tr>').addClass( k );
var created = $('<tr><td></td></tr>').addClass( k );
$('td', created)
.addClass( k )
.html( r )
Expand Down

0 comments on commit e4b1de8

Please sign in to comment.