Can't use visual editor
-
Hi,
I′m using the last version 4.4 of WordPress, from yesterday I can′t switch form text editor to visual editorI clear cache, and desactivated the plugins but the problem remains
Right now, I notice that other users (I am the super admin) can switch to the visual mode, besides using the Firefox I can see what I think is an error in Javascript code
What can I do? Thanks a lot!
if ( typeof aiosp_data != ‘undefined’ ) {
jQuery.each( aiosp_data, function( index, value ) {
// aiosp_data[index] = value.json.replace(/"/g, ‘”‘);
// aiosp_data[index] = jQuery.parseJSON( value );
if ( index == 0 ) {
if ( typeof value.condshow == ‘undefined’ ) {
aiosp_data[index].condshow = [];
}
} else {
if ( typeof value.condshow != ‘undefined’ ) {
aiosp_data[0].condshow = jQuery.merge( aiosp_data[0].condshow, value.condshow );
}
- The topic ‘Can't use visual editor’ is closed to new replies.