Change Statistic to Performance
This commit is contained in:
@@ -326,7 +326,7 @@ jQuery(document).ready(function($){
|
||||
});
|
||||
|
||||
// Remove slug editor in quick edit for slug-sensitive post types
|
||||
$(".inline-edit-sp_result, .inline-edit-sp_outcome, .inline-edit-sp_column, .inline-edit-sp_statistic").find("input[name=post_name]").closest("label").remove();
|
||||
$(".inline-edit-sp_result, .inline-edit-sp_outcome, .inline-edit-sp_column, .inline-edit-sp_performance").find("input[name=post_name]").closest("label").remove();
|
||||
|
||||
// Prevent address input from submitting form
|
||||
$(".sp-address").keypress(function(event) {
|
||||
|
||||
Reference in New Issue
Block a user