diff --git a/web/app.js b/web/app.js index 8c1e20a52..57c647e9d 100644 --- a/web/app.js +++ b/web/app.js @@ -287,9 +287,6 @@ const PDFViewerApplication = { if ("webgl" in hashParams) { AppOptions.set("enableWebGL", hashParams["webgl"] === "true"); } - if ("useonlycsszoom" in hashParams) { - AppOptions.set("useOnlyCssZoom", hashParams["useonlycsszoom"] === "true"); - } if ("verbosity" in hashParams) { AppOptions.set("verbosity", hashParams["verbosity"] | 0); }