Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: cnvrtprices.js
$(document).ready(function() { $("#btnSave").click(function(){ $('#statusLoader').ajaxStart(function() { $(this).show(); }).ajaxStop(function() { $(this).hide(); }); var baseurl=document.getElementById("baseurl").innerHTML; $.post(baseurl+apanel_name+"/settings/cnvrtprices", { currencyId:$('#currencyId').val(), purpose:'save', id:$('#id').val() }, function(response){ if(response) { showStickyErrorToast(response, '', 'success'); } }); }); });