Support

Account

Home Forums Backend Issues (wp-admin) JS error on v5 Reply To: JS error on v5

  • Simple fix, replace

    if( typeof tinyMCEPreInit === 'undefined' )

    for

    if( typeof tinyMCEPreInit === 'undefined' || typeof tinymce === 'undefined' )