summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/filterable_list.js
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-08-03 20:31:53 +0000
committerPhil Hughes <me@iamphill.com>2017-08-03 20:31:53 +0000
commitdab08be606878139ce3fe3d8e197ef73badf8e88 (patch)
tree7693b5595ed61943879eec4bb4ee71dff75af3c0 /app/assets/javascripts/filterable_list.js
parentdb271a6b051f9630d5dfb3acbbd78f150cb3f23f (diff)
downloadgitlab-ce-dab08be606878139ce3fe3d8e197ef73badf8e88.tar.gz
Resolve "Specific Async Script Loading by using a Page Variable"
Diffstat (limited to 'app/assets/javascripts/filterable_list.js')
-rw-r--r--app/assets/javascripts/filterable_list.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/javascripts/filterable_list.js b/app/assets/javascripts/filterable_list.js
index 139206cc185..6d516a253bb 100644
--- a/app/assets/javascripts/filterable_list.js
+++ b/app/assets/javascripts/filterable_list.js
@@ -1,3 +1,5 @@
+import _ from 'underscore';
+
/**
* Makes search request for content when user types a value in the search input.
* Updates the html content of the page with the received one.