Merge branch 'develop' into dev_newproject

This commit is contained in:
huang 2016-11-02 10:08:53 +08:00
commit 925c2314c8
1 changed files with 2 additions and 2 deletions

View File

@ -114,9 +114,9 @@
});
$(".homepagePostReplyDes").mouseover(function(){
$(this).children().eq(1).children().eq(1).show();
$(this).find("a[id*='delete_memo_reply']").show();
}).mouseout(function(){
$(this).children().eq(1).children().eq(1).hide();
$(this).find("a[id*='delete_memo_reply']").hide();
});
</script>
<div class="cl"></div>