|
@@ -2484,13 +2484,13 @@ jQuery(document).ready(function(){
|
|
|
);
|
|
);
|
|
|
|
|
|
|
|
otherDomain.done(function(data) {
|
|
otherDomain.done(function(data) {
|
|
|
- console.log(otherDomain.responseText);
|
|
|
|
|
if (typeof data != 'object' || data.result.length == 0) {
|
|
if (typeof data != 'object' || data.result.length == 0) {
|
|
|
jQuery('.domain-lookup-subdomain-loader').hide();
|
|
jQuery('.domain-lookup-subdomain-loader').hide();
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
jQuery.each(data.result, function(index, result) {
|
|
jQuery.each(data.result, function(index, result) {
|
|
|
if (result.status === true) {
|
|
if (result.status === true) {
|
|
|
|
|
+ console.log(otherDomain.responseText);
|
|
|
window.location = 'cart.php?a=confproduct&i=' + result.num;
|
|
window.location = 'cart.php?a=confproduct&i=' + result.num;
|
|
|
} else {
|
|
} else {
|
|
|
jQuery('.domain-lookup-primary-loader').hide();
|
|
jQuery('.domain-lookup-primary-loader').hide();
|