Support

Account

Home Forums General Issues Javascript error Reply To: Javascript error

  • In your wp-config.php file add this line.

    
    define('SCRIPT_DEBUG', true);
    

    This will cause the unminified versions of scripts on your site to be loaded, or should.
    The first thing this will tell you is if the error is in the full script or just the minified version. If it is still there the second thing it will give you is a more accurate idea of where the error actually is.