From 70e83852462a0ece58bc07a00f4de5844a1385c4 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Mon, 9 Nov 2015 01:15:04 +0900 Subject: [PATCH] (refs #974)Not hide add-comment icon when adding comment form is active. --- src/main/twirl/gitbucket/core/helper/diff.scala.html | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/twirl/gitbucket/core/helper/diff.scala.html b/src/main/twirl/gitbucket/core/helper/diff.scala.html index c65d1c1a5..09f597576 100644 --- a/src/main/twirl/gitbucket/core/helper/diff.scala.html +++ b/src/main/twirl/gitbucket/core/helper/diff.scala.html @@ -220,7 +220,6 @@ $(function(){ dataType : 'html' }, function(responseContent) { - $this.hide(); var tmp; if (!isNaN(oldLineNumber) && oldLineNumber) { if (!isNaN(newLineNumber) && newLineNumber) {