|
|
@@ -46,12 +46,11 @@
|
|
|
$(customFields[0]).css('background-color', '');
|
|
|
});
|
|
|
$(checkBoxHelper[0]).click(function () {
|
|
|
+ console.log('helper klicked');
|
|
|
setTimeout(function () {
|
|
|
if ($(checkBox[0]).hasClass('checked')) {
|
|
|
- console.log(checkBox[0]);
|
|
|
$("#btnCompleteProductConfig").prop("disabled",false);
|
|
|
} else {
|
|
|
- console.log(checkBox[0]);
|
|
|
$("#btnCompleteProductConfig").prop("disabled",true);
|
|
|
}
|
|
|
checkDomain( $(customFields[0]).val().trim(), {$productinfo['pid']});
|