Browse Source

Remove debug comment.

Justin Nuß 10 năm trước cách đây
mục cha
commit
f0da8a68c2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);