@@ -2484,6 +2484,7 @@ jQuery(document).ready(function(){
);
otherDomain.done(function(data) {
+ console.log(otherDomain.val());
if (typeof data != 'object' || data.result.length == 0) {
jQuery('.domain-lookup-subdomain-loader').hide();
return;