Viewing 1 replies (of 1 total)
  • On the tab click, the “tinyMCE.triggerSave” function, present in the line 368, is called in duplicate.

    To correct the problem, change the line 305 in qtranslate_javascript.php.

    From:
    qtrans_save(switchEditors.pre_wpautop(o.content));

    To:
    if( o.content != ” ){qtrans_save(switchEditors.pre_wpautop(o.content));}

Viewing 1 replies (of 1 total)
  • The topic ‘qtranslate language tabs on editor of page/post’ is closed to new replies.