• Resolved peckjon

    (@peckjon)


    I’m getting the following (silent) JS error whenever I’m in the Dashboard:

    yks_mc_lists_data is not defined(anonymous function) @ yks_mc_tinymce_button.js?wp-mce-4203-20150730:4(anonymous function) @ yks_mc_tinymce_button.js?wp-mce-4203-20150730:107

    The offending code snippet is:

    // grabbing our data from class.yksemeBase.php
    var values = [yks_mc_lists_data.lists][0];
    var values_length = values.length;
    
    if ( values_length == 0 ) {
    	values = [
    		{text: "Please Import Some MailChimp Lists", value: "-"}
    	];
    }

    https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/

Viewing 1 replies (of 1 total)
  • Plugin Author Evan Herman

    (@eherman24)

    Hi Peckjon,

    We’ve actually worked through ALL reported bugs. This bug should be resolved in the latest release, including a ton of other tweaks, new features and enhanced styles.

    I believe you’ll find the latest version of the plugin a whole lot better and easier to work with. If you want to give it a shot, feel free to download it from here:

    https://cloudup.com/files/iVYPwaobOjl/download

    Feel free to provide some feedback, or any issues you run into.

    Thanks again,
    Evan

Viewing 1 replies (of 1 total)
  • The topic ‘JS Error on backend’ is closed to new replies.