Skip to content

Commit

Permalink
IE<9
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrammatiko committed Oct 6, 2016
1 parent 5f4149f commit 21274b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/editors/tinymce/tinymce.php
Expand Up @@ -46,7 +46,7 @@ class PlgEditorTinymce extends JPlugin
*/
public function onInit()
{
JHtml::_('behavior.polyfill', array('event'), 'lte IE 11');
JHtml::_('behavior.polyfill', array('event'), 'lt IE 9');
JHtml::_('script', $this->_basePath . '/tinymce.min.js', false, false, false, false, false);
JHtml::_('script', 'system/tinymce-init.min.js', false, true);
}
Expand Down

0 comments on commit 21274b3

Please sign in to comment.