diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-05-28 13:39:22 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-05-28 13:39:22 -0300 |
| commit | e036782607ed0e1d43df7f8d4643cc7d7671c359 (patch) | |
| tree | d43721535d93bac885a9d29f85f09a0e02ef96af /src/static/js/client/album-commentary-sidebar.js | |
| parent | 75e68aa1c8886e69d63a0e0b365fd6a7c309412c (diff) | |
content, urls, client: /vgm-album/
Diffstat (limited to 'src/static/js/client/album-commentary-sidebar.js')
| -rw-r--r-- | src/static/js/client/album-commentary-sidebar.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/static/js/client/album-commentary-sidebar.js b/src/static/js/client/album-commentary-sidebar.js index d7c4a591..144544ed 100644 --- a/src/static/js/client/album-commentary-sidebar.js +++ b/src/static/js/client/album-commentary-sidebar.js @@ -23,7 +23,10 @@ export const info = { }; export function getPageReferences() { - if (document.documentElement.dataset.urlKey !== 'localized.albumCommentary') { + if ( + document.documentElement.dataset.urlKey !== 'localized.albumCommentary' && + document.documentElement.dataset.urlKey !== 'localized.vgmAlbumCommentary' + ) { return; } |