课程发布通知的在ie11下的bug

This commit is contained in:
lizanle 2015-11-04 10:13:25 +08:00
parent e9a0334ab1
commit 43d9c5636a
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ function regexTitle()
function regexDescription()
{
var name = news_description_editor.html();
if(name.length ==0)
if(news_description_editor.isEmpty())
{
$("#description_notice_span").text("描述不能为空");
$("#description_notice_span").css('color','#ff0000');