Link to help page updated

This commit is contained in:
nobody 2020-09-21 22:45:54 +02:00
parent 732230fe31
commit 3262aa581a
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
1 changed files with 1 additions and 1 deletions

View File

@ -483,7 +483,7 @@ popup._close = function () {
popup._onInfoButtonClicked = function () {
if (event.button === 0 || event.button === 1) {
chrome.tabs.create({
url: chrome.extension.getURL('pages/help/help.html'),
url: chrome.extension.getURL('pages/help/help.html#html-filter'),
active: event.button === 0,
});
}