mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-01 07:37:50 +08:00
Remove debug comment.
This commit is contained in:
@ -568,7 +568,7 @@ function initIssue() {
|
||||
};
|
||||
|
||||
var out = function() {
|
||||
//$hoverElement.hide();
|
||||
$hoverElement.hide();
|
||||
};
|
||||
|
||||
$(".issue-main .attachments .attachment").hover(over, out);
|
||||
|
Reference in New Issue
Block a user