File: /home/thanexcelr/www/wp-content/plugins/2j-slideshow/js/admin/topblock.js
/*
* 2J SlideShow http://2joomla.net/wordpress
* Version: 1.3.12 - 85273
* Author: 2J Team (c)
* Author URI: http://2joomla.net/wordpress
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Date: Sat, 28 Jan 2017 14:08:08 GMT
*/
jQuery(function(){
jQuery('.twoj_getproversion_blank').click( function(event ){
event.preventDefault();
window.open("http://2joomla.net/wordpress/open.php?product=2jslideshow&task=gopremium",'_blank');
if( jQuery(this).is(".twoj_close_dialog") ) window['twojSlideshowDialog'].dialog("close");
});
jQuery('.twoj_getproversionforfree_blank').click( function(event ){
event.preventDefault();
window.open("http://2joomla.net/wordpress/open.php?product=2jslideshow&task=gopremiumforfree",'_blank');
if( jQuery(this).is(".twoj_close_dialog") ) window['twojSlideshowDialog'].dialog("close");
});
});