mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 23:53:09 +02:00
✌️
This commit is contained in:
parent
f17ce23931
commit
b3cfe756b0
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ export default Vue.extend({
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
document.title = 'Misskey Drive';
|
document.title = 'Misskey Drive';
|
||||||
|
document.documentElement.style.background = '#fff';
|
||||||
},
|
},
|
||||||
beforeDestroy() {
|
beforeDestroy() {
|
||||||
window.removeEventListener('popstate', this.onPopState);
|
window.removeEventListener('popstate', this.onPopState);
|
||||||
|
|
Loading…
Reference in a new issue