Remove debug comment.
parent
12fb42de5a
commit
f0da8a68c2
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue