csv export/import

This commit is contained in:
jokob-sk
2022-08-05 22:56:48 +10:00
parent 8650c68801
commit 5a1c1036dd
6 changed files with 207 additions and 4 deletions

View File

@@ -197,3 +197,10 @@ function debugTimer () {
}
// -----------------------------------------------------------------------------
function openInNewTab (url) {
window.open(url, "_blank");
}