From f0da8a68c2c409572902275888fec26689c2b0dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Justin=20Nu=C3=9F?= Date: Fri, 25 Jul 2014 15:47:42 +0200 Subject: [PATCH] Remove debug comment. --- public/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/app.js b/public/js/app.js index b0dff0efc..d7208119b 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);