diff --git a/plugins/srd-gear-router/route.js b/plugins/srd-gear-router/route.js index b68d14f..ca12774 100644 --- a/plugins/srd-gear-router/route.js +++ b/plugins/srd-gear-router/route.js @@ -22,6 +22,7 @@ module.exports = (plugin, app) => { title: 'gear', www_name: app.live.conf.www_name, www_copyright: app.live.conf.www_copyright, + scripts: ['/js/gear.js'], }) })