Helix_Website/wp-content/plugins/wp-event-manager/assets/js/venue-dashboard.min.js

1 line
840 B
JavaScript

var VenueDashboard=function(){return{init:function(){Common.logInfo("VenueDashboard.init..."),0<jQuery(".event-dashboard-action-delete").length&&(jQuery(".event-dashboard-action-delete").css({cursor:"pointer"}),jQuery(".event-dashboard-action-delete").on("click",VenueDashboard.confirmation.showDialog)),0<jQuery(".event-venue-count").length&&jQuery(".event-dashboard-action-delete").on("click",VenueDashboard.confirmation.showDialog),0<jQuery(".event-venue-count").length&&jQuery(".event-venue-count").on("click",function(){jQuery(this).next(".venue-events-list").slideToggle()})},confirmation:{showDialog:function(e){return Common.logInfo("VenueDashboard.confirmation.showDialog..."),confirm(event_manager_venue_dashboard.i18n_confirm_delete)}}}};VenueDashboard=VenueDashboard(),jQuery(document).ready(function(e){VenueDashboard.init()});