diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2022-05-29 12:02:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-29 12:02:31 -0400 |
commit | 46fda6e6534544509f114f8c2a84900aa7f01341 (patch) | |
tree | e776e530a18a0037e0fce199a8c1e4b693d4420f /ext/js | |
parent | 47194926f35d0d6abfe9a8424c5e8af882a99f1e (diff) |
Update referenceUrl to include fragment (#2164)
Diffstat (limited to 'ext/js')
-rw-r--r-- | ext/js/background/backend.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/js/background/backend.js b/ext/js/background/backend.js index cff8a586..cdbfde1e 100644 --- a/ext/js/background/backend.js +++ b/ext/js/background/backend.js @@ -1911,7 +1911,7 @@ class Backend { const result = new Error('Audio download failed due to possible extension permissions error'); result.data = { errors, - referenceUrl: '/issues.html' + referenceUrl: '/issues.html#audio-download-failed' }; return result; } |