From de8f12d74faef5fa3f9e38d1340948cab2d06ea3 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Wed, 1 Jul 2020 13:33:31 +0200 Subject: Manually generate IDs --- frontend/src/util/jquery.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/src/util/jquery.js') diff --git a/frontend/src/util/jquery.js b/frontend/src/util/jquery.js index 12a64fc6..4976dd7d 100644 --- a/frontend/src/util/jquery.js +++ b/frontend/src/util/jquery.js @@ -3,6 +3,6 @@ * * This should be used instead of '$', to address ESLint warnings relating to undefined global variables. */ -const jQuery = window["$"]; +const jQuery = window['$'] -export default jQuery; +export default jQuery -- cgit v1.2.3