Remove function we're not using any more.
This commit is contained in:
parent
e3b89ec75d
commit
0305a10634
1 changed files with 0 additions and 3 deletions
|
|
@ -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 = ``;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue