|
|
@@ -2491,7 +2491,7 @@ jQuery(document).ready(function(){
|
|
|
jQuery.each(data.result, function(index, result) {
|
|
|
if (result.status === true) {
|
|
|
console.log(otherDomain.responseText);
|
|
|
- window.location = 'https://whmcsdevel.thurdata.ch/cart.php?a=confproduct&i=' + result.num;
|
|
|
+ window.location = '/cart.php?a=confproduct&i=' + result.num;
|
|
|
} else {
|
|
|
jQuery('.domain-lookup-primary-loader').hide();
|
|
|
if (typeof result === 'string') {
|