Test updates, js fixes

This commit is contained in:
Jonathan Bobel
2025-04-01 16:22:46 -04:00
parent 032b9927aa
commit 38451d77ad
4 changed files with 9 additions and 4 deletions

View File

@@ -61,3 +61,7 @@ if (typeof module !== 'undefined' && module.exports) {
initUploadStatusAnnouncer
};
}
if (typeof window !== 'undefined') {
initUploadStatusAnnouncer();
}