. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| Server IP : 94.23.64.18 / Your IP :
216.73.216.185 [
Web Server : Apache System : Linux webm005.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 User : villadal ( 6036) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/villadal/www/wp-content/plugins/enable-media-replace/js/ |
Upload File : |
jQuery(document).ready(function($)
{
$('.emr-installer').on('click', function(e){
e.preventDefault();
var button = $(this);
var plugin = button.data('plugin');
var nonce = $('#upsell-nonce').val();
button.text(emr_upsell.installing);
var enr_eg_opts = {
url: emr_upsell.ajax,
type: 'post',
async: true,
cache: false,
dataType: 'json',
data: {
action: 'emr_plugin_install',
nonce: nonce,
plugin: plugin //'https://downloads.wordpress.org/plugin/envira-gallery-lite.zip',
},
success: function(response) {
$(button).addClass('hidden');
$('.emr-activate[data-plugin="' + plugin + '"]').removeClass('hidden');
},
error: function(xhr, textStatus, e) {
},
};
$.ajax(enr_eg_opts);
});
$('.emr-activate').on('click', function(e){
e.preventDefault();
var button = $(this);
var plugin = button.data('plugin');
var nonce = $('#upsell-nonce-activate').val();
var enr_eg_opts = {
url: emr_upsell.ajax,
type: 'post',
async: true,
cache: false,
dataType: 'json',
data: {
action: 'emr_plugin_activate',
nonce: nonce,
plugin: plugin,
},
success: function(response) {
$(button).addClass('hidden')
$('.emr-activate-done[data-plugin="' + plugin + '"]').removeClass('hidden');
},
error: function(xhr, textStatus, e) {
},
};
$.ajax(enr_eg_opts);
});
});