课程通知如果没有超过限定长度不显示更多按钮

This commit is contained in:
sw 2015-06-02 17:56:39 +08:00
parent c33af3d4bf
commit c161441796
1 changed files with 0 additions and 11 deletions

View File

@ -536,17 +536,6 @@ $(function(){
});
});
//课程通知更多按钮显示
$(function(){
$('.news_description').each(function () {
if($(this).height() >= 38)
{
$('#news_foot_'+$(this).attr('id').replace('news_description_','')).css("display","block");
}
}
)
});
//查找TAG资源
function search_tag_attachment(url,tag_name,q,course_id,sort)
{