From 2fd3f4abdfd966d7c796ec33c90b0b5b645d01cc Mon Sep 17 00:00:00 2001 From: Rene Saarsoo Date: Tue, 2 Oct 2012 13:03:41 -0700 Subject: [PATCH] Hide subscription checkbox when updating comment. --- template/app/view/comments/Form.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/template/app/view/comments/Form.js b/template/app/view/comments/Form.js index 63e3d0bf..783896be 100644 --- a/template/app/view/comments/Form.js +++ b/template/app/view/comments/Form.js @@ -40,9 +40,12 @@ Ext.define('Docs.view.comments.Form', { '', '
Logged in as {user.userName}
', - '', + '', + ' />', + ' | ', + '', + '', 'View help ↓', '', '', -- GitLab