Merge branch 'develop'
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -212,11 +212,11 @@ define('admin/news',function(require, exports) | @@ -212,11 +212,11 @@ define('admin/news',function(require, exports) | ||
212 | box.alert('天啊,视频呢!'); | 212 | box.alert('天啊,视频呢!'); |
213 | return false ; | 213 | return false ; |
214 | } | 214 | } |
215 | - if($(content).find("img").size()<=0 && $(content).find("embed").size()<=0) | 215 | + /*if($(content).find("img").size()<=0 && $(content).find("embed").size()<=0) |
216 | { | 216 | { |
217 | box.alert('天啊,内容没图,求图啊!'); | 217 | box.alert('天啊,内容没图,求图啊!'); |
218 | return false ; | 218 | return false ; |
219 | - } | 219 | + }*/ |
220 | }, | 220 | }, |
221 | success: function(data) | 221 | success: function(data) |
222 | { | 222 | { |
-
Please register or login to post a comment