diff --git a/src/main/twirl/gitbucket/core/helper/diff.scala.html b/src/main/twirl/gitbucket/core/helper/diff.scala.html index c65d1c1..09f5975 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 @@ dataType : 'html' }, function(responseContent) { - $this.hide(); var tmp; if (!isNaN(oldLineNumber) && oldLineNumber) { if (!isNaN(newLineNumber) && newLineNumber) {