Add Komoot activity import with guided browser-based batch flow #25
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@
|
||||||
importFirstProgressText.textContent = 'Importing...';
|
importFirstProgressText.textContent = 'Importing...';
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
importFirstProgressText.textContent = `Importing ${current}/${total}...`;
|
importFirstProgressText.textContent = `Importing ${current}/${total}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
function showError(message) {
|
function showError(message) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue