0
0
Fork 0

Remove function we're not using any more.

This commit is contained in:
Oliver-Akins 2020-10-30 21:21:32 -06:00
parent e3b89ec75d
commit 0305a10634

View file

@ -33,9 +33,6 @@ Vue.mixin({
}, },
}, },
methods: { methods: {
css_var(var_name) {
return getComputedStyle(document.documentElement).getPropertyValue(var_name);
},
auth_expired(error = null) { auth_expired(error = null) {
sessionStorage.removeItem(this.storage_key.token); sessionStorage.removeItem(this.storage_key.token);
window.location.hash = ``; window.location.hash = ``;