File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 12
12
emailTo: '{{ urlencode ($emailTo )} } ',
13
13
});
14
14
15
- $.get(baseUrl + '?' + params.toString() + '& ' + $.param(oTable.ajax.params()))
16
- .then(function(exportId) {
15
+ $.get(baseUrl + '?' + params.toString() + '& ' + $.param(oTable.ajax.params())).then(function(exportId) {
17
16
$wire.export(exportId)
18
17
}).catch(function(error) {
19
18
$wire.exportFinished = true;
@@ -35,7 +34,7 @@ class="{{ $class }}"
35
34
@endif
36
35
37
36
@if ($exporting && ! $exportFinished )
38
- <div class =" d-inline" wire:poll.10s =" updateExportProgress" >Exporting...please wait.</div >
37
+ <div class =" d-inline" wire:poll =" updateExportProgress" >Exporting...please wait.</div >
39
38
@endif
40
39
41
40
@if ($exportFinished && ! $exportFailed && ! $autoDownload )
You can’t perform that action at this time.
0 commit comments