1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-01-30 23:52:11 +01:00

Fix: On Ajax error hide the processing display

This commit is contained in:
Allan Jardine 2014-03-14 12:32:06 +00:00
parent ce54ab1ea5
commit fd857d4864
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
d20dec838ba326158bc662d09b10d1f18b16e7b5
622c32e41972450a58eb72b38b4252ce2ac42967

View File

@ -2294,6 +2294,8 @@
else {
log( oSettings, 0, 'Ajax error', 7 );
}
_fnProcessingDisplay( oSettings, false );
}
};