|
|
@@ -49,10 +49,8 @@
|
|
|
console.log('helper klicked');
|
|
|
setTimeout(function () {
|
|
|
if ($(checkBox[0]).hasClass('checked')) {
|
|
|
- console.log('is checked');
|
|
|
$("#btnCompleteProductConfig").prop("enabled",false);
|
|
|
} else {
|
|
|
- console.log($(checkBox[0]).attr('id'));
|
|
|
$("#btnCompleteProductConfig").prop("disabled",true);
|
|
|
}
|
|
|
checkDomain( $(customFields[0]).val().trim(), {$productinfo['pid']});
|