Merge branch 'develop' into dev_newproject
This commit is contained in:
commit
925c2314c8
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue