diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-11-15 18:56:10 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-11-15 18:56:58 -0400 |
commit | 28371f6e029fb86ba536bf4c20e787dba44d202b (patch) | |
tree | 8fef79f97b06d136ccbe920f9729d5dedc984e51 /src/content | |
parent | 91f00a36b33d13630ea7a9ac6fcd03110b0f1a73 (diff) |
content, client: handle random data failing to load
Diffstat (limited to 'src/content')
-rw-r--r-- | src/content/dependencies/listRandomPageLinks.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/content/dependencies/listRandomPageLinks.js b/src/content/dependencies/listRandomPageLinks.js index 5e2972ad..18585696 100644 --- a/src/content/dependencies/listRandomPageLinks.js +++ b/src/content/dependencies/listRandomPageLinks.js @@ -119,6 +119,9 @@ export default { html.tag('p', {id: 'data-loaded-line'}, language.$('listingPage.other.randomPages.dataLoadedLine')), + + html.tag('p', {id: 'data-error-line'}, + language.$('listingPage.other.randomPages.dataErrorLine')), ], showSkipToSection: true, |