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