about summary refs log tree commit diff
path: root/app/javascript/core/common.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/core/common.js')
-rw-r--r--app/javascript/core/common.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/javascript/core/common.js b/app/javascript/core/common.js
new file mode 100644
index 000000000..24c0fdf61
--- /dev/null
+++ b/app/javascript/core/common.js
@@ -0,0 +1,5 @@
+//  This file will be loaded on all pages, regardless of theme.
+
+import { start } from 'rails-ujs';
+
+start();