🎨
This commit is contained in:
@@ -44,7 +44,6 @@ export default Vue.extend({
|
||||
},
|
||||
mounted() {
|
||||
document.title = `${(this as any).os.instanceName} Drive`;
|
||||
document.documentElement.style.background = '#fff';
|
||||
},
|
||||
beforeDestroy() {
|
||||
window.removeEventListener('popstate', this.onPopState);
|
||||
|
@@ -11,7 +11,6 @@ import Vue from 'vue';
|
||||
export default Vue.extend({
|
||||
mounted() {
|
||||
document.title = `${(this as any).os.instanceName} %i18n:@reversi%`;
|
||||
document.documentElement.style.background = '#fff';
|
||||
},
|
||||
methods: {
|
||||
nav(game, actualNav) {
|
||||
|
Reference in New Issue
Block a user