mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-13 00:45:49 +01:00
(refs #974)Not hide add-comment icon when adding comment form is active.
This commit is contained in:
@@ -220,7 +220,6 @@ $(function(){
|
|||||||
dataType : 'html'
|
dataType : 'html'
|
||||||
},
|
},
|
||||||
function(responseContent) {
|
function(responseContent) {
|
||||||
$this.hide();
|
|
||||||
var tmp;
|
var tmp;
|
||||||
if (!isNaN(oldLineNumber) && oldLineNumber) {
|
if (!isNaN(oldLineNumber) && oldLineNumber) {
|
||||||
if (!isNaN(newLineNumber) && newLineNumber) {
|
if (!isNaN(newLineNumber) && newLineNumber) {
|
||||||
|
|||||||
Reference in New Issue
Block a user