Improved downloading export files.

This commit is contained in:
Scott Idem
2024-04-23 17:42:44 -04:00
parent 2aff1aadbe
commit 69c1250961
6 changed files with 19 additions and 9 deletions

View File

@@ -160,7 +160,7 @@ let refresh_leads_list = setInterval(function () {
<button
type="button"
on:click={() => {
if (!confirm('Download exported data Excel file?')) {
if (!confirm('Download data exported to an Excel file?')) {
return false;
}
ae_promises.download__exhibit_tracking_export = events_func.handle_download_export__event_exhibit_tracking({

View File

@@ -404,7 +404,7 @@ $: if ($events_slct.exhibit_id) {
<button
type="button"
on:click={() => {
if (!confirm('Download exported data Excel file?')) {
if (!confirm('Download data exported to an Excel file?')) {
return false;
}
ae_promises.download__exhibit_tracking_export = events_func.handle_download_export__event_exhibit_tracking({