summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--public/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/app.js b/public/js/app.js
index b0dff0efc8..d7208119b3 100644
--- a/public/js/app.js
+++ b/public/js/app.js
@@ -568,7 +568,7 @@ function initIssue() {
};
var out = function() {
- //$hoverElement.hide();
+ $hoverElement.hide();
};
$(".issue-main .attachments .attachment").hover(over, out);