Bläddra i källkod

Remove debug comment.

Justin Nuß 10 år sedan
förälder
incheckning
f0da8a68c2
1 ändrade filer med 1 tillägg och 1 borttagningar
  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);