diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-07-19 16:20:04 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-07-19 16:21:22 +0900 |
| commit | 9d0204f2fa7317359d4d61361e4962fcdbe41bed (patch) | |
| tree | 4aba072ca7395f2ba5a01735feb9b8675978b40a /src | |
| parent | 4.24.0 (diff) | |
| download | sharkey-9d0204f2fa7317359d4d61361e4962fcdbe41bed.tar.gz sharkey-9d0204f2fa7317359d4d61361e4962fcdbe41bed.tar.bz2 sharkey-9d0204f2fa7317359d4d61361e4962fcdbe41bed.zip | |
Hide detail button
It is unimplemented
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/desktop/views/components/notes.note.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app/desktop/views/components/notes.note.vue b/src/client/app/desktop/views/components/notes.note.vue index b8aff2d86e..3aa52f75f0 100644 --- a/src/client/app/desktop/views/components/notes.note.vue +++ b/src/client/app/desktop/views/components/notes.note.vue @@ -56,10 +56,10 @@ <button @click="menu" ref="menuButton"> %fa:ellipsis-h% </button> - <button title="%i18n:@detail"> + <!-- <button title="%i18n:@detail"> <template v-if="!isDetailOpened">%fa:caret-down%</template> <template v-if="isDetailOpened">%fa:caret-up%</template> - </button> + </button> --> </footer> </div> </article> |