ok here is the browser javascript error
TypeError: jQuery(…).closest(…).attr(…) is undefined wp-seo-premium-quickedit-notification.min.js:1
“use strict”;function wpseo_show_notification(){jQuery.post(ajaxurl,{action:”yoast_get_notifications”},function(a){“”!==a?(jQuery(a).insertAfter(“h2”),wpseoMakeDismissible(),wpseo_notification_counter=0):20>wpseo_notification_counter&&””===a&&(wpseo_notification_counter++,setTimeout(wpseo_show_notification,100))})}var wpseo_notification_counter=0;jQuery(function(){var a=jQuery(location).attr(“pathname”).split(“/”).pop();(“edit.php”===a||”edit-tags.php”===a)&&jQuery(“.button-primary”).click(function(){if(“save-order”!==jQuery(this).attr(“id”)){var b,c=jQuery(this).closest(“tr”).attr(“id”).replace(“edit-“,””);”edit.php”===a?b=jQuery(“#inline_”+c).find(“.post_name”).html():”edit-tags.php”===a&&(b=jQuery(“#inline_”+c).find(“.slug”).html());var d=jQuery(“input[name=post_name]”).val();b!==d&&wpseo_show_notification()}})});