assets/themes/j1/modules/datatables/js/datatables.js in j1-template-2021.3.1 vs assets/themes/j1/modules/datatables/js/datatables.js in j1-template-2021.3.2

- old
+ new

@@ -70227,10 +70227,10 @@ { var aSplit = sAttr.split('.'); nNewNode.id = aSplit[0].substr(1, aSplit[0].length-1); nNewNode.className = aSplit[1]; } - else if ( sAttr.charAt(0) == "#void" ) + else if ( sAttr.charAt(0) == "#" ) { nNewNode.id = sAttr.substr(1, sAttr.length-1); } else {