Your IP : 3.142.68.230


Current Path : /home/church/www/wp-content/plugins/event-list/admin/js/
Upload File :
Current File : /home/church/www/wp-content/plugins/event-list/admin/js/admin_main.js

// Javascript functions for event-list admin_main page

jQuery(document).ready(function($) {
	// Add import button to page title actions
	$("a.page-title-action").first().after('<a href="edit.php?post_type=el_events&action=import" class="add-new-h2">Import</a>');
});