Explorar o código

Remove debug comment.

Justin Nuß %!s(int64=10) %!d(string=hai) anos
pai
achega
f0da8a68c2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);