1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-11 05:04:53 +02:00

Compare commits

..

2 Commits

Author SHA1 Message Date
syuilo
c81a204e0c 2.16.6 2018-05-24 06:21:04 +09:00
syuilo
fce1d619e8 Fix bug 2018-05-24 06:20:36 +09:00
2 changed files with 2 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "misskey",
"author": "syuilo <i@syuilo.com>",
"version": "2.16.5",
"clientVersion": "1.0.5684",
"version": "2.16.6",
"clientVersion": "1.0.5686",
"codename": "nighthike",
"main": "./built/index.js",
"private": true,

View File

@@ -12,7 +12,6 @@ import getAcct from '../../../../../acct/render';
export default Vue.extend({
mounted() {
document.title = 'Misskey %i18n:@messaging%';
document.documentElement.style.background = '#fff';
},
methods: {
navigate(user) {