课程通知如果没有超过限定长度不显示更多按钮
This commit is contained in:
parent
c33af3d4bf
commit
c161441796
|
@ -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资源
|
//查找TAG资源
|
||||||
function search_tag_attachment(url,tag_name,q,course_id,sort)
|
function search_tag_attachment(url,tag_name,q,course_id,sort)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue