From 24ee0bf859403aa03aa4f748645aaff4b50edd6e Mon Sep 17 00:00:00 2001 From: dtbuild Date: Thu, 11 Apr 2024 08:50:42 +0000 Subject: [PATCH] e4cc703c2453265dc2151f17f5d6824735ce2e20 Fix: A JS error would occur if initialised by passing a node which has an id in which characters would normally need to be escaped to make a CSS selector for the id. https://datatables.net/forums/discussion/78620 Sync to source repo @e4cc703c2453265dc2151f17f5d6824735ce2e20 --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index 4a28854..9482427 100644 --- a/datatables.json +++ b/datatables.json @@ -14,5 +14,5 @@ ], "src-repo": "http://github.com/DataTables/DataTablesSrc", "last-tag": "2.0.3", - "last-sync": "000e6d70c9966b8794caf52a8c287936880071f1" + "last-sync": "e4cc703c2453265dc2151f17f5d6824735ce2e20" } \ No newline at end of file