aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments
diff options
context:
space:
mode:
authorVincent Chan <plus.vincchan@gmail.com>2016-05-03 12:29:43 +0200
committerVincent Chan <plus.vincchan@gmail.com>2016-05-03 12:29:43 +0200
commit5f2a19e96555e717821dae937beb377408b91527 (patch)
treea8b173774b33a4c046293ea688ea309c729fd672 /apps/comments
parentbc0d136511efdef4cb15abd1963e4834c97caf89 (diff)
downloadnextcloud-server-5f2a19e96555e717821dae937beb377408b91527.tar.gz
nextcloud-server-5f2a19e96555e717821dae937beb377408b91527.zip
fixes indentation
Diffstat (limited to 'apps/comments')
-rw-r--r--apps/comments/js/commentstabview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/js/commentstabview.js b/apps/comments/js/commentstabview.js
index 7cda071d311..9475dc53fc0 100644
--- a/apps/comments/js/commentstabview.js
+++ b/apps/comments/js/commentstabview.js
@@ -305,7 +305,7 @@
//submits form on ctrl+Enter or cmd+Enter
if (ev.keyCode === 13 && (ev.ctrlKey || ev.metaKey)) {
$submitButton.click();
- }
+ }
},
_onClickComment: function(ev) {