From ee23cd636fd705f81083a996380aee3360fb3656 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Mon, 6 Sep 2021 20:21:18 +0800 Subject: [PATCH] chang ' to " #418 , --- theme/classic.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/classic.html b/theme/classic.html index 3188f68..1a41e31 100644 --- a/theme/classic.html +++ b/theme/classic.html @@ -601,12 +601,12 @@ }); } } - addVideos(['']); + addVideos([""]); pdfjsLib.GlobalWorkerOptions.workerSrc = '//cdn.bootcss.com/pdf.js/2.3.200/pdf.worker.min.js'; var loadingTask = pdfjsLib.getDocument({ - url: '', + url: "", cMapUrl: "//cdn.jsdelivr.net/npm/pdfjs-dist@2.2.228/cmaps/", cMapPacked: true, rangeChunkSize: 65535