1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-04 14:46:57 -05:00

Remove debug comment.

This commit is contained in:
Justin Nuß 2014-07-25 15:47:42 +02:00
parent 12fb42de5a
commit f0da8a68c2

View File

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