« get me outta code hell

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:
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 5a249c2..8c9413b 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',