Style changes

This commit is contained in:
2023-02-04 15:32:20 -07:00
parent 7173c0795a
commit 90d58e8e9c
13 changed files with 317 additions and 94 deletions

View File

@ -545,4 +545,7 @@ function triggerFileDownload(fileName, url) {
anchorElement.download = fileName ?? '';
anchorElement.click();
anchorElement.remove();
}
function initIndex(){
}