From d3f618362a5052954d8b02e9acfee30f022a5c36 Mon Sep 17 00:00:00 2001 From: John Olheiser <42128690+jolheiser@users.noreply.github.com> Date: Tue, 18 Feb 2020 00:07:58 -0600 Subject: Fix JS and Vue (#10328) Signed-off-by: jolheiser --- web_src/js/utils.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'web_src') diff --git a/web_src/js/utils.js b/web_src/js/utils.js index 2effddd685..b000c1af77 100644 --- a/web_src/js/utils.js +++ b/web_src/js/utils.js @@ -1,5 +1,3 @@ -const { StaticUrlPrefix } = window.config; - export function svg(name, size) { - return ``; + return ``; } -- cgit v1.2.3