0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-10-02 14:09:04 +02: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);