Browse Source

Remove debug comment.

tags/v1.2.0-rc1
Justin Nuß 12 years ago
parent
commit
f0da8a68c2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      public/js/app.js

+ 1
- 1
public/js/app.js View File

@@ -568,7 +568,7 @@ function initIssue() {
};

var out = function() {
//$hoverElement.hide();
$hoverElement.hide();
};

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


Loading…
Cancel
Save