Reputation: 67
I am using wordpress 4.9.4
when I access the admin panel the JQuery is not loading on the admin panel and this is the console
what can I do
Upvotes: 0
Views: 4233
Reputation: 456
Try by adding this in your wp-config.php
define('CONCATENATE_SCRIPTS', false);
define('SCRIPT_DEBUG', true);
Upvotes: 2