WIP static themeing
This commit is contained in:
parent
92cc79be72
commit
a9ed857171
18 changed files with 135 additions and 36 deletions
5
app/javascript/core/common.js
Normal file
5
app/javascript/core/common.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
// This file will be loaded on all pages, regardless of theme.
|
||||
|
||||
import { start } from 'rails-ujs';
|
||||
|
||||
start();
|
Loading…
Add table
Add a link
Reference in a new issue