|
|
@@ -2293,7 +2293,6 @@ jQuery(document).ready(function(){
|
|
|
$queryFeatures = $acl->buildQuery($params);
|
|
|
$jsonData->total = ('1' === V::get('SKIP_TOTAL', '', $args)) ? -1 : $queryFeatures->getTotal();
|
|
|
if ('1' === V::get('ONLY_TOTAL', '', $args)) {
|
|
|
- sleep(2);
|
|
|
$jsonData->type = 'success';
|
|
|
$jsonData->msg = 'pobrano nowe dane';
|
|
|
return $jsonData;
|