Skip to content

Commit

Permalink
Merge pull request #8838 from iPresta/rtl-mce
Browse files Browse the repository at this point in the history
Fix tinymce RTL text direction
  • Loading branch information
eternoendless committed May 7, 2018
2 parents 35a37b3 + 140e9a6 commit 9459ea2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/admin/tinymce.inc.js
Expand Up @@ -45,9 +45,6 @@ function tinySetup(config) {
config.selector = '.' + config.editor_selector;
}

if (typeof lang_is_rtl === 'undefined') {
var lang_is_rtl = '0';
}

var default_config = {
selector: ".rte",
Expand Down

0 comments on commit 9459ea2

Please sign in to comment.