@@ -32,7 +32,7 @@
<script>
window.form.render();
require(['ckeditor', 'angular'], function () {
- window.createEditor('#content', {height: 200,width: 650});
+ window.createEditor('#content', {height: 200,width: 1000});
})
</script>
@@ -39,7 +39,7 @@
- window.createEditor('[name="content"]', {height: 200,width: 650});
+ window.createEditor('[name="content"]', {height: 200,width: 1000});
@@ -26,12 +26,6 @@
</form>
- require(['ckeditor', 'angular'], function () {
- })
-</script>
-<script>
- window.form.render();
$('[name="url"]').uploadOneImage();