Remove debug comment.

forgejo
Justin Nuß 10 years ago
parent 12fb42de5a
commit f0da8a68c2

@ -568,7 +568,7 @@ function initIssue() {
};
var out = function() {
//$hoverElement.hide();
$hoverElement.hide();
};
$(".issue-main .attachments .attachment").hover(over, out);

Loading…
Cancel
Save