Your IP : 216.73.216.122


Current Path : /home/ereika83/www/wp-content/plugins/genesis-simple-edits/assets/js/
Upload File :
Current File : /home/ereika83/www/wp-content/plugins/genesis-simple-edits/assets/js/admin.js

jQuery(document).ready(function($) {

	$('.post-shortcodes').hide();
	$('.footer-shortcodes').hide();
	
	// toggles the slickbox on clicking the noted link  
	$('a.post-shortcodes-toggle').click(function() {
		$('.post-shortcodes').toggle();
		return false;
	});

	// toggles the slickbox on clicking the noted link  
	$('a.footer-shortcodes-toggle').click(function() {
		$('.footer-shortcodes').toggle();
		return false;
	});

});