summaryrefslogtreecommitdiffstats
path: root/web_src/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/js/index.js')
-rw-r--r--web_src/js/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/js/index.js b/web_src/js/index.js
index f4f08b828c..3751c6d9e4 100644
--- a/web_src/js/index.js
+++ b/web_src/js/index.js
@@ -325,7 +325,7 @@ function initCommentForm() {
return;
}
- setCommentSimpleMDE($('.comment.form textarea'));
+ setCommentSimpleMDE($('.comment.form textarea:not(.review-textarea)'));
initBranchSelector();
initCommentPreviewTab($('.comment.form'));
initImagePaste($('.comment.form textarea'));