1
0
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:
Allan Jardine 2012-10-07 04:14:12 -07:00
commit 76507795ed

View File

@ -21,10 +21,7 @@ function _fnAjaxUpdate( oSettings )
}, oSettings ); }, oSettings );
return false; return false;
} }
else return true;
{
return true;
}
} }
@ -132,10 +129,7 @@ function _fnAjaxUpdateDraw ( oSettings, json )
{ {
return; return;
} }
else oSettings.iDraw = json.sEcho * 1;
{
oSettings.iDraw = json.sEcho * 1;
}
} }
if ( !oSettings.oScroll.bInfinite || oSettings.bSorted || oSettings.bFiltered ) if ( !oSettings.oScroll.bInfinite || oSettings.bSorted || oSettings.bFiltered )