Revision 5ece5002
Von Sven Schöling vor fast 12 Jahren hinzugefügt
templates/webpages/csv_import/_deferred_results.html | ||
---|---|---|
26 | 26 |
$(document).ready(function(){ |
27 | 27 |
$('#progress_description').html('[% SELF.background_job.data_as_hash.progress.plan.${SELF.background_job.data_as_hash.progress.phase} %] / [% SELF.background_job.data_as_hash.progress.num_phases %] [% SELF.background_job.data_as_hash.progress.phase | $T8 | html %]'); |
28 | 28 |
$('#progressbar').progressbar({ value: [% SELF.background_job.data_as_hash.progress.progress * 1 %] }); |
29 |
window.setTimeout(reload_results, 100);
|
|
29 |
window.setTimeout(reload_results, 500);
|
|
30 | 30 |
}) |
31 | 31 |
[%- END %] |
32 | 32 |
</script> |
Auch abrufbar als: Unified diff
pollen für ajax fortschritt max alle halbe sekunde