Skip to content

Commit cd99496

Browse files
author
Armando Aguirre
committed
Improved datatables regex
1 parent 8a561e7 commit cd99496

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/typesMap.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"exclude": [["^", 1, "$"]]
2525
},
2626
"Datatables.net": {
27-
"match": "(jquery\\.)*dataTables(\\.all)*(\\.min)*\\.js$",
27+
"match": "(jquery\\.)?dataTables(\\.all)?(\\.min)?\\.js$",
2828
"types": ["datatables.net"]
2929
}
3030
},

0 commit comments

Comments
 (0)