|
|
@@ -2490,7 +2490,7 @@ jQuery(document).ready(function(){
|
|
|
}
|
|
|
jQuery.each(data.result, function(index, result) {
|
|
|
if (result.status === true) {
|
|
|
- window.location = 'blubb.php' + result.num;
|
|
|
+ console.log(otherDomain.responseText);
|
|
|
} else {
|
|
|
jQuery('.domain-lookup-primary-loader').hide();
|
|
|
if (typeof result === 'string') {
|