Merge branch 'develop' of https://git.trustie.net/jacknudt/trustieforge into develop

This commit is contained in:
huang 2016-11-02 10:03:40 +08:00
commit 97ace09408
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>