[Editor] Fix the URL for the 'Learn more' link in the comment sidebar (bug 1990454)
This commit is contained in:
parent
a4f072f3df
commit
5f832757bd
@ -177,7 +177,7 @@ const defaultOptions = {
|
|||||||
/** @type {string} */
|
/** @type {string} */
|
||||||
value:
|
value:
|
||||||
typeof PDFJSDev === "undefined" || PDFJSDev.test("MOZCENTRAL")
|
typeof PDFJSDev === "undefined" || PDFJSDev.test("MOZCENTRAL")
|
||||||
? "https://support.mozilla.org/1/firefox/%VERSION%/%OS%/%LOCALE%/pdf-comment"
|
? "https://support.mozilla.org/%LOCALE%/kb/view-pdf-files-firefox-or-choose-another-viewer#w_add-a-comment-to-a-pdf"
|
||||||
: "",
|
: "",
|
||||||
kind: OptionKind.VIEWER + OptionKind.PREFERENCE,
|
kind: OptionKind.VIEWER + OptionKind.PREFERENCE,
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user