Compare commits

..

No commits in common. "374d65be491cc0cf1234778ffd25e5ab39f1f2d3" and "5e87d157133013a2dcd267d1b0c98dcf5e777d07" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
<script>
require(['ckeditor'], function () {
window.createEditor('[name=content]', {height: 560});
window.createEditor('[name=content]', {height: 565});
});
</script>
{/block}

File diff suppressed because one or more lines are too long