浏览代码

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