Move SportsPress to top-level page
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
jQuery(document).ready(function($){
|
||||
|
||||
// Display custom sport name field as needed
|
||||
$("body.settings_page_sportspress #sportspress_sport").change(function() {
|
||||
$("body.toplevel_page_sportspress #sportspress_sport").change(function() {
|
||||
$target = $("#sportspress_custom_sport_name");
|
||||
if ( $(this).val() == "custom" )
|
||||
$target.show();
|
||||
|
||||
Reference in New Issue
Block a user