This commit is contained in:
Peter Maquiran
2024-03-14 16:38:32 +01:00
20 changed files with 338 additions and 104 deletions
+1 -1
View File
@@ -1923,7 +1923,7 @@
}
if (file) {
PDFViewerApplication.open(new URLSearchParams(window.location.search).get('file'));
PDFViewerApplication.open(new URLSearchParams(window.location.search).get("file"));
}
};
}