Hi,
I edited cooked.php file at /wp-content/plugins/cooked.
Find this code:-
wp_enqueue_script(‘admin-functions’, CP_PLUGIN_URL . ‘/js/admin-functions.js’, array(), CP_VERSION);
Change with:-
wp_enqueue_script(‘admin-functions-new’, CP_PLUGIN_URL . ‘/js/admin-functions.js’, array(), CP_VERSION);
-Mohammad