Parcourir la source

Remove debug comment.

Justin Nuß il y a 10 ans
Parent
commit
f0da8a68c2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);