diff --git a/assets/js/admin/sportspress-admin.js b/assets/js/admin/sportspress-admin.js index b8d574df..18832a37 100644 --- a/assets/js/admin/sportspress-admin.js +++ b/assets/js/admin/sportspress-admin.js @@ -1,14 +1,5 @@ jQuery(document).ready(function($){ - // Display custom sport name field as needed - $("body.toplevel_page_sportspress #sportspress_sport").change(function() { - $target = $("#sportspress_custom_sport_name"); - if ( $(this).val() == "custom" ) - $target.show(); - else - $target.hide(); - }); - // Tiptip $(".tips").tipTip({ delay: 200,