Improved downloading export files.
This commit is contained in:
@@ -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({
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user