...
|
...
|
@@ -105,7 +105,6 @@ |
|
|
<script type="text/javascript" src="__STATIC__/js/ueditor/ueditor.all.min.js"></script>
|
|
|
<script type="text/javascript">
|
|
|
$(function () {
|
|
|
|
|
|
editorcontent = new baidu.editor.ui.Editor();
|
|
|
editorcontent.render('content');
|
|
|
try {
|
...
|
...
|
@@ -123,7 +122,6 @@ |
|
|
$('#thumbnail1').val('');
|
|
|
});
|
|
|
|
|
|
|
|
|
});
|
|
|
</script>
|
|
|
</body>
|
...
|
...
|
|