1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-11-28 10:24:10 +01:00
Allan Jardine 2020-05-21 09:36:00 +00:00
parent c1e67aec89
commit 99a20e7e01
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
39f1b4feeaea2ca273874e711e1fa29139e1995a
ce2c7c1df81ac77d02b4df263db12acaac5db627

View File

@ -95,7 +95,7 @@ $.fn.dataTable.pipeline = function ( opts ) {
$.extend( request, conf.data );
}
settings.jqXHR = $.ajax( {
return $.ajax( {
"type": conf.method,
"url": conf.url,
"data": request,
@ -276,7 +276,7 @@ $.fn.dataTable.pipeline = function ( opts ) {
$.extend( request, conf.data );
}
settings.jqXHR = $.ajax( {
return $.ajax( {
"type": conf.method,
"url": conf.url,
"data": request,