0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-12-26 09:24:07 -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() { var out = function() {
//$hoverElement.hide(); $hoverElement.hide();
}; };
$(".issue-main .attachments .attachment").hover(over, out); $(".issue-main .attachments .attachment").hover(over, out);