Skip to content

Commit

Permalink
Merge pull request #581 from OpenUpSA/ckeditor-update
Browse files Browse the repository at this point in the history
CKEditor update
  • Loading branch information
paulmwatson authored Dec 5, 2024
2 parents 9548de9 + c981b8d commit 5fbeb24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pmg/static/resources/javascript/admin/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ $(function() {
autoGrow_minHeight: 200,
autoGrow_maxHeight: 600,
disallowedContent: 'a[!name]',
allowedContent: true
allowedContent: true,
versionCheck: false
});
});
});
Expand Down
2 changes: 1 addition & 1 deletion pmg/templates/admin/my_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

{% block tail_js -%}
{{ super() }}
<script src="//cdn.ckeditor.com/4.4.7/standard-all/ckeditor.js"></script>
<script src="//cdn.ckeditor.com/4.22.1/standard-all/ckeditor.js"></script>
{% assets "admin-js" %}
<script type="text/javascript" src="{{ ASSET_URL }}"></script>
{% endassets %}
Expand Down

0 comments on commit 5fbeb24

Please sign in to comment.