« get me outta code hell

Merge branch 'preview' into networked-tags - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/find.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-10-12 20:37:19 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-10-12 20:37:19 -0300
commit43610c3dbef9a34fc66eed6b0bf7b22f989635c5 (patch)
tree3d6fa5ef4f174c61c3f8687468481969175ebdba /src/find.js
parent76fb4dc0d70e60ddd30539bee3be6a7d3f44fad8 (diff)
parent428e14394209f55215168b9acbe680a982f9beb6 (diff)
Merge branch 'preview' into networked-tags
Diffstat (limited to 'src/find.js')
-rw-r--r--src/find.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/find.js b/src/find.js
index 8e1a427b..68eb4e41 100644
--- a/src/find.js
+++ b/src/find.js
@@ -150,6 +150,10 @@ const find = {
     referenceTypes: ['flash'],
   }),
 
+  flashAct: findHelper({
+    referenceTypes: ['flash-act'],
+  }),
+
   group: findHelper({
     referenceTypes: ['group', 'group-gallery'],
   }),
@@ -190,6 +194,7 @@ export function bindFind(wikiData, opts1) {
       artist: 'artistData',
       artTag: 'artTagData',
       flash: 'flashData',
+      flashAct: 'flashActData',
       group: 'groupData',
       listing: 'listingSpec',
       newsEntry: 'newsData',