Skip to content

Commit c981b8d

Browse files
committed
CKEditor update
1 parent 9548de9 commit c981b8d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pmg/static/resources/javascript/admin/admin.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ $(function() {
66
autoGrow_minHeight: 200,
77
autoGrow_maxHeight: 600,
88
disallowedContent: 'a[!name]',
9-
allowedContent: true
9+
allowedContent: true,
10+
versionCheck: false
1011
});
1112
});
1213
});

pmg/templates/admin/my_base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
{% block tail_js -%}
2323
{{ super() }}
24-
<script src="//cdn.ckeditor.com/4.4.7/standard-all/ckeditor.js"></script>
24+
<script src="//cdn.ckeditor.com/4.22.1/standard-all/ckeditor.js"></script>
2525
{% assets "admin-js" %}
2626
<script type="text/javascript" src="{{ ASSET_URL }}"></script>
2727
{% endassets %}

0 commit comments

Comments
 (0)