Skip to content

Commit f183e97

Browse files
committed
removed some problematic chars from spellchecker plugin
which are causing problems for compressor
1 parent 5a5fe84 commit f183e97

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tinymce/static/tiny_mce/plugins/spellchecker/editor_plugin.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tinymce/widgets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def render(self, name, value, attrs=None):
9898
'debug': False,
9999
}
100100
compressor_json = simplejson.dumps(compressor_config)
101+
html.append(u'<script type="text/javascript">tinyMCE_GZ.init(%s)</script>' % compressor_json)
101102

102103
if pos != -1:
103104
html.append(u'''<script type="text/javascript">

0 commit comments

Comments
 (0)