|
@@ -52,7 +52,7 @@
|
|
|
console.log('is checked');
|
|
console.log('is checked');
|
|
|
$("#btnCompleteProductConfig").prop("enabled",false);
|
|
$("#btnCompleteProductConfig").prop("enabled",false);
|
|
|
} else {
|
|
} else {
|
|
|
- console.log($(checkBox[0]));
|
|
|
|
|
|
|
+ console.log($(checkBox[0]).attr('id'));
|
|
|
$("#btnCompleteProductConfig").prop("disabled",true);
|
|
$("#btnCompleteProductConfig").prop("disabled",true);
|
|
|
}
|
|
}
|
|
|
checkDomain( $(customFields[0]).val().trim(), {$productinfo['pid']});
|
|
checkDomain( $(customFields[0]).val().trim(), {$productinfo['pid']});
|