Style changes
This commit is contained in:
@ -545,4 +545,7 @@ function triggerFileDownload(fileName, url) {
|
||||
anchorElement.download = fileName ?? '';
|
||||
anchorElement.click();
|
||||
anchorElement.remove();
|
||||
}
|
||||
|
||||
function initIndex(){
|
||||
}
|
Reference in New Issue
Block a user