|
@@ -2484,7 +2484,7 @@ jQuery(document).ready(function(){
|
|
|
);
|
|
);
|
|
|
|
|
|
|
|
otherDomain.done(function(data) {
|
|
otherDomain.done(function(data) {
|
|
|
- console.log(otherDomain.val());
|
|
|
|
|
|
|
+ console.log(otherDomain);
|
|
|
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;
|