mirror of
https://github.com/go-gitea/gitea
synced 2025-07-16 07:18:37 +00:00
Remove debug comment.
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user