mirror of
https://github.com/DataTables/DataTables.git
synced 2024-12-02 14:24:11 +01:00
Merge pull request #109 from timtucker/patch-22
Update media/src/core/core.ajax.js
This commit is contained in:
commit
76507795ed
@ -21,10 +21,7 @@ function _fnAjaxUpdate( oSettings )
|
||||
}, oSettings );
|
||||
return false;
|
||||
}
|
||||
else
|
||||
{
|
||||
return true;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
@ -132,10 +129,7 @@ function _fnAjaxUpdateDraw ( oSettings, json )
|
||||
{
|
||||
return;
|
||||
}
|
||||
else
|
||||
{
|
||||
oSettings.iDraw = json.sEcho * 1;
|
||||
}
|
||||
oSettings.iDraw = json.sEcho * 1;
|
||||
}
|
||||
|
||||
if ( !oSettings.oScroll.bInfinite || oSettings.bSorted || oSettings.bFiltered )
|
||||
|
Loading…
Reference in New Issue
Block a user