Fix interaction modal being broken because of glitch-soc's theming system
This commit is contained in:
@@ -8,7 +8,7 @@ and performs no other task.
|
||||
|
||||
*/
|
||||
|
||||
import './public-path';
|
||||
import 'packs/public-path';
|
||||
|
||||
import axios from 'axios';
|
||||
|
@@ -18,3 +18,4 @@ pack:
|
||||
settings: settings.js
|
||||
sign_up:
|
||||
share:
|
||||
remote_interaction_helper: remote_interaction_helper.ts
|
||||
|
@@ -1,4 +1,4 @@
|
||||
- content_for :header_tags do
|
||||
%meta{ name: 'robots', content: 'noindex' }/
|
||||
|
||||
= javascript_pack_tag 'remote_interaction_helper', crossorigin: 'anonymous'
|
||||
= javascript_pack_tag 'core/remote_interaction_helper', crossorigin: 'anonymous'
|
||||
|
Reference in New Issue
Block a user