mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-24 19:19:39 +08:00
Remove debug comment.
This commit is contained in:
parent
12fb42de5a
commit
f0da8a68c2
@ -568,7 +568,7 @@ function initIssue() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
var out = function() {
|
var out = function() {
|
||||||
//$hoverElement.hide();
|
$hoverElement.hide();
|
||||||
};
|
};
|
||||||
|
|
||||||
$(".issue-main .attachments .attachment").hover(over, out);
|
$(".issue-main .attachments .attachment").hover(over, out);
|
||||||
|
Loading…
Reference in New Issue
Block a user