From 0305a106340af900e7ce8a206adff10defe15521 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Fri, 30 Oct 2020 21:21:32 -0600 Subject: [PATCH] Remove function we're not using any more. --- src/main.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main.js b/src/main.js index bc7f0d2..a24a2ba 100644 --- a/src/main.js +++ b/src/main.js @@ -33,9 +33,6 @@ Vue.mixin({ }, }, methods: { - css_var(var_name) { - return getComputedStyle(document.documentElement).getPropertyValue(var_name); - }, auth_expired(error = null) { sessionStorage.removeItem(this.storage_key.token); window.location.hash = ``;