summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-05-20 22:59:10 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-05-20 22:59:10 +0900
commit262d5ead516557c50326e387520ef316882063b1 (patch)
treea60eb5b48c7b32f40a618bf0f1abeb3fd508e5d8 /src
parentImprove API doc (diff)
downloadmisskey-262d5ead516557c50326e387520ef316882063b1.tar.gz
misskey-262d5ead516557c50326e387520ef316882063b1.tar.bz2
misskey-262d5ead516557c50326e387520ef316882063b1.zip
Clean up
Diffstat (limited to 'src')
-rw-r--r--src/client/app/common/views/components/nav.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/nav.vue b/src/client/app/common/views/components/nav.vue
index da26fd1b8e..41b65604de 100644
--- a/src/client/app/common/views/components/nav.vue
+++ b/src/client/app/common/views/components/nav.vue
@@ -29,7 +29,7 @@ export default Vue.extend({
ToSUrl: null
}
},
-
+
mounted() {
this.$root.getMeta(true).then(meta => {
this.repositoryUrl = meta.repositoryUrl;