summaryrefslogtreecommitdiffstats
path: root/settings/src
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-04-24 09:40:05 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-05-16 09:50:22 +0200
commitf4cec587d972b751a5a3cea44e11804e100ff329 (patch)
treee9e5ccd991c6397244f1f9d371ee6b1d9a29c85d /settings/src
parentf0586b2eb15651e358b6ebf47b230bc7965dde35 (diff)
downloadnextcloud-server-f4cec587d972b751a5a3cea44e11804e100ff329.tar.gz
nextcloud-server-f4cec587d972b751a5a3cea44e11804e100ff329.zip
Bump makefile, readme, fix typo and cleanup
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings/src')
-rw-r--r--settings/src/components/appNavigation/navigationItem.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/src/components/appNavigation/navigationItem.vue b/settings/src/components/appNavigation/navigationItem.vue
index e9ed7579a88..ee748ee826e 100644
--- a/settings/src/components/appNavigation/navigationItem.vue
+++ b/settings/src/components/appNavigation/navigationItem.vue
@@ -92,7 +92,7 @@ export default {
}
},
methods: {
- showMen() {
+ showMenu() {
this.openedMenu = true;
},
hideMenu() {