« get me outta code hell

content, data: Track: Contributor Text - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/generateFlashInfoPage.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2026-06-08 12:08:36 -0300
committer(quasar) nebula <qznebula@protonmail.com>2026-06-08 12:08:48 -0300
commitf10f5a187f26d08019e452e7fbd417b7f462faa4 (patch)
treea721a9413b90b7c2dbd22d76b0ab212ed9219c7f /src/content/dependencies/generateFlashInfoPage.js
parent6b858c651b55dc45ee5710c90389eb4b97069d54 (diff)
content, data: Track: Contributor Text preview
missing chronology link substitution
Diffstat (limited to 'src/content/dependencies/generateFlashInfoPage.js')
-rw-r--r--src/content/dependencies/generateFlashInfoPage.js15
1 files changed, 5 insertions, 10 deletions
diff --git a/src/content/dependencies/generateFlashInfoPage.js b/src/content/dependencies/generateFlashInfoPage.js
index 9f18f19a..ad464bd7 100644
--- a/src/content/dependencies/generateFlashInfoPage.js
+++ b/src/content/dependencies/generateFlashInfoPage.js
@@ -163,17 +163,12 @@ export default {
             relations.featuredTracksList,
           ]),
 
-          html.tags([
-            relations.contentHeading.clone()
-              .slots({
-                attributes: {id: 'contributors'},
-                title: language.$('releaseInfo.contributors'),
-              }),
+          relations.contributorContributionList.slots({
+            attributes: {id: 'contributors'},
+            title: language.$('releaseInfo.contributors'),
 
-            relations.contributorContributionList.slots({
-              chronologyKind: 'flash',
-            }),
-          ]),
+            chronologyKind: 'flash',
+          }),
 
           html.tags([
             relations.commentaryContentHeading,