mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-03 02:33:01 +08: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