diff --git a/frontend/index.html b/frontend/index.html index d1d0e1b..c168727 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -12,6 +12,7 @@
+ diff --git a/frontend/package.json b/frontend/package.json index 539bae9..968da48 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -52,7 +52,9 @@ "start": "npm install && npm run dev" }, "dependencies": { + "jquery": "^3.2.1", "lodash.debounce": "^4.0.8", + "lodash.throttle": "^4.1.1", "vue": "^2.4.2", "vue-resource": "^1.3.4", "vue2-filters": "^0.1.9" diff --git a/frontend/src/components/results/WaterfallDisplay.vue b/frontend/src/components/results/WaterfallDisplay.vue index 41c92f9..0a74c0b 100644 --- a/frontend/src/components/results/WaterfallDisplay.vue +++ b/frontend/src/components/results/WaterfallDisplay.vue @@ -1,5 +1,5 @@ -