Remove unused JS
This commit is contained in:
@@ -1,14 +1,5 @@
|
|||||||
jQuery(document).ready(function($){
|
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
|
// Tiptip
|
||||||
$(".tips").tipTip({
|
$(".tips").tipTip({
|
||||||
delay: 200,
|
delay: 200,
|
||||||
|
|||||||
Reference in New Issue
Block a user