Latest update seems to break WordPress image editing
-
Hi,
I updated to v. 1.98. this morning and I’m getting an error in the admin editor page that appears to be linked to this plugin. Chrome reports this in the inspector:
function checkAccessTokenLength(){ var cff_token_string = jQuery('#cff_access_token').val(), cff_token_check = cff_token_string.indexOf('|'); [UNCAUGHT TYPE ERROR: CANNOT READ PROPERTY INDEXOF OF 'UNDEFINED"] if ( (cff_token_check == -1) && (cff_token_string.length < 50) && (cff_token_string.length !== 0) ) { jQuery('.cff-profile-error.cff-access-token').fadeIn();
this stops the Add Media popup from working in the editor.
I have rolled back to the previous version and everything is OK.
Robin
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Latest update seems to break WordPress image editing’ is closed to new replies.