Justin Nuß пре 10 година
родитељ
комит
f0da8a68c2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      public/js/app.js

+ 1 - 1
public/js/app.js

@@ -568,7 +568,7 @@ function initIssue() {
         };
 
         var out = function() {
-            //$hoverElement.hide();
+            $hoverElement.hide();
         };
 
         $(".issue-main .attachments .attachment").hover(over, out);