restore changes
This commit is contained in:
@@ -224,7 +224,12 @@
|
||||
|
||||
var url = "http://mb3admin.com/admin/service/user/getPayPalEmail?id=" + pkg.owner;
|
||||
|
||||
$.getJSON(url).done(function (dev) {
|
||||
fetch(url, { mode: 'no-cors' }).then(function (response) {
|
||||
|
||||
return response.json();
|
||||
|
||||
}).then(function (dev) {
|
||||
|
||||
if (dev.payPalEmail) {
|
||||
$('#payPalEmail', page).val(dev.payPalEmail);
|
||||
|
||||
@@ -276,4 +281,4 @@
|
||||
}
|
||||
};
|
||||
|
||||
})();
|
||||
})();
|
||||
Reference in New Issue
Block a user