From f248be7257e82d15fa6441c551e4314bd36343d4 Mon Sep 17 00:00:00 2001 From: Mike Greiling Date: Fri, 9 Mar 2018 14:18:59 -0600 Subject: require jQuery to be explicitly imported --- app/assets/javascripts/header.js | 1 + 1 file changed, 1 insertion(+) (limited to 'app/assets/javascripts/header.js') diff --git a/app/assets/javascripts/header.js b/app/assets/javascripts/header.js index 33a352e158a..4ae3a714bee 100644 --- a/app/assets/javascripts/header.js +++ b/app/assets/javascripts/header.js @@ -1,3 +1,4 @@ +import $ from 'jquery'; import { highCountTrim } from '~/lib/utils/text_utility'; /** -- cgit v1.2.1