// SYSTEM PANEL //
[ROOT]
/
home
/
salvufkx
/
homedir
/
public_html
/
wp-content
/
plugins
/
gallery-images-ape
/
assets
/
js
/
admin
[ PARENT ]
EDIT :: banner.js
/* * Ape Gallery http://wpape.net * Version: 1.2.4 - 61253 * Author: Wp Ape (c) * Author URI: http://wpape.net * License: GPL-2.0+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt * Date: Thu, 08 Dec 2016 16:31:35 GMT */ jQuery(function(){ jQuery('.wpape_getproversion_blank').click( function(event ){ event.preventDefault(); window.open("http://wpape.net/open.php?type=gallery&action=premium",'_blank'); if( jQuery(this).is(".wpape_close_dialog") ) window['apeGalleryDialog'].dialog("close"); }); jQuery('.wpape_getproversionfree_blank').click( function(event ){ event.preventDefault(); window.open("http://wpape.net/open.php?type=gallery&action=premiumfree",'_blank'); if( jQuery(this).is(".wpape_close_dialog") ) window['apeGalleryDialog'].dialog("close"); }); jQuery('.wpape_getproversiontrans_blank').click( function(event ){ event.preventDefault(); window.open("http://wpape.net/open.php?type=gallery&action=premiumtrans",'_blank'); if( jQuery(this).is(".wpape_close_dialog") ) window['apeGalleryDialog'].dialog("close"); }); });
SAVE
CANCEL