From 5f95025a48abcc2318a49fc2d5b7e7c444d9a3e7 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Mon, 10 Jun 2024 08:35:43 +0000 Subject: [PATCH] 51b21a668a10330a7edcc3aad9324fbad095bb14 Fix: If `ajax.url === ''` the `ajax.data` parameter would only correctly trigger once. https://datatables.net/forums/discussion/79194 Sync to source repo @51b21a668a10330a7edcc3aad9324fbad095bb14 --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index 2861313..bf77fbf 100644 --- a/datatables.json +++ b/datatables.json @@ -14,5 +14,5 @@ ], "src-repo": "http://github.com/DataTables/DataTablesSrc", "last-tag": "2.0.8", - "last-sync": "f192d97f6d4d33df193ec49860b9f050e15df374" + "last-sync": "51b21a668a10330a7edcc3aad9324fbad095bb14" } \ No newline at end of file