Skip to content

Commit f0da8a6

Browse files
Remove debug comment.
1 parent 12fb42d commit f0da8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ function initIssue() {
568568
};
569569

570570
var out = function() {
571-
//$hoverElement.hide();
571+
$hoverElement.hide();
572572
};
573573

574574
$(".issue-main .attachments .attachment").hover(over, out);

0 commit comments

Comments
 (0)