Skip to content

Commit

Permalink
Fix example: Pipeline needs to return the Ajax object
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan Jardine committed Jan 23, 2020
1 parent b9f4173 commit ce2c7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/server_side/pipeline.xml
Expand Up @@ -85,7 +85,7 @@ $.fn.dataTable.pipeline = function ( opts ) {
$.extend( request, conf.data );
}
settings.jqXHR = $.ajax( {
return $.ajax( {
"type": conf.method,
"url": conf.url,
"data": request,
Expand Down

0 comments on commit ce2c7c1

Please sign in to comment.