Explorar el Código

Remove debug comment.

Justin Nuß hace 10 años
padre
commit
f0da8a68c2
Se han modificado 1 ficheros con 1 adiciones y 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);