]> source.dussan.org Git - sonarqube.git/commitdiff
Remove useless code
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 7 Feb 2014 16:49:06 +0000 (17:49 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 7 Feb 2014 16:49:06 +0000 (17:49 +0100)
sonar-server/src/main/webapp/WEB-INF/app/views/issue/_edit_comment_form.html.erb

index 05fc1eb9468f5021e6ca6cc803632595e22b5c3d..11b9871f6c9cea9a56570b5dae94a8af0a36d5c6 100644 (file)
@@ -8,7 +8,7 @@
           name="text"
           style="width: 100%"
           autofocus="autofocus"
-          onkeyup="if (this.value == null || this.value=='') $j('#submit-comment').attr('disabled', 'true'); else $j('#submit-comment').attr('disabled', null);">werwer <%= @comment.markdownText -%></textarea>
+          onkeyup="if (this.value == null || this.value=='') $j('#submit-comment').attr('disabled', 'true'); else $j('#submit-comment').attr('disabled', null);"><%= @comment.markdownText -%></textarea>
       </td>
     </tr>
     <tr>