Your IP : 216.73.216.11


Current Path : /home/digilove/public_html/plugins/system/ytshortcodes/shortcodes/panel/js/
Upload File :
Current File : /home/digilove/public_html/plugins/system/ytshortcodes/shortcodes/panel/js/panel.js

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

	// Photo/Icon panel
	$('body:not(.yt-extra-loaded)').on('click', '.yt-panel-clickable', function (e) {
		document.location.href = $(this).data('url');
	});
	$('body').addClass('yt-extra-loaded');
});