Test Pinned via API

This commit is contained in:
2023-02-08 10:53:51 -07:00
parent 662863a11e
commit 8e471e278e
73 changed files with 1375 additions and 962 deletions

View File

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