Remove sport taxonomy and improve equation selectors
This commit is contained in:
@@ -74,6 +74,9 @@ jQuery(document).ready(function($){
|
||||
});
|
||||
|
||||
// Trigger equation selector
|
||||
$('.sp-equation-selector select:last').change();
|
||||
$('.sp-equation-selector select:last').change().siblings().change();
|
||||
|
||||
// Remove slug editor in quick edit for slug-sensitive post types
|
||||
$('.inline-edit-sp_result, .inline-edit-sp_outcome, .inline-edit-sp_stat, .inline-edit-sp_metric').find('input[name=post_name]').closest('label').remove();
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user