Browse Source

Remove debug comment.

pull/324/head
Justin Nuß 10 years ago
parent
commit
f0da8a68c2
  1. 2
      public/js/app.js

2
public/js/app.js

@ -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…
Cancel
Save