소스 검색

Remove debug comment.

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);