From 3d8fffe1651cbc4a568e80a74a78e1fe9a1762c3 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Mon, 16 Sep 2024 14:35:58 +0000 Subject: [PATCH] a5ef81cfb42bc16cc1eb504a704e49bf51b3ac50 Fix: Safari 9 compatibility - doesn't have a `childNodes.forEach` function. https://datatables.net/forums/discussion/79829 Sync to source repo @a5ef81cfb42bc16cc1eb504a704e49bf51b3ac50 --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index 1b06fb7..e64bc95 100644 --- a/datatables.json +++ b/datatables.json @@ -14,5 +14,5 @@ ], "src-repo": "http://github.com/DataTables/DataTablesSrc", "last-tag": "2.1.6", - "last-sync": "c1fb50aa929c0eccf8c2f1722feb7af141389b7c" + "last-sync": "a5ef81cfb42bc16cc1eb504a704e49bf51b3ac50" } \ No newline at end of file