From bcf157a1a9597595c61b1cce84bd62f63fcaa90b Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Mon, 16 Jul 2018 16:42:52 +0200 Subject: Avoid loading rails-ujs twice on vanilla flavour --- app/javascript/core/common.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'app/javascript/core') diff --git a/app/javascript/core/common.js b/app/javascript/core/common.js index a7073ef0e..3b038ca40 100644 --- a/app/javascript/core/common.js +++ b/app/javascript/core/common.js @@ -1,8 +1,5 @@ // This file will be loaded on all pages, regardless of theme. -import { start } from 'rails-ujs'; import 'font-awesome/css/font-awesome.css'; require.context('../images/', true); - -start(); -- cgit