summaryrefslogtreecommitdiff
path: root/ext/js/background
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2022-05-29 12:02:31 -0400
committerGitHub <noreply@github.com>2022-05-29 12:02:31 -0400
commit46fda6e6534544509f114f8c2a84900aa7f01341 (patch)
treee776e530a18a0037e0fce199a8c1e4b693d4420f /ext/js/background
parent47194926f35d0d6abfe9a8424c5e8af882a99f1e (diff)
Update referenceUrl to include fragment (#2164)
Diffstat (limited to 'ext/js/background')
-rw-r--r--ext/js/background/backend.js2
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;
}