|
|
@@ -28,7 +28,7 @@
|
|
|
checkBox = $("*[id°='iCheck-customfield']")
|
|
|
$("#btnCompleteProductConfig").prop("disabled",true);
|
|
|
$(customFields[0]).val(''); // domain
|
|
|
- $(checkBoxes[0]).removeClass('checked'); // checkbox
|
|
|
+ $(checkBox[0]).removeClass('checked'); // checkbox
|
|
|
$(customFields[0]).blur(function () {
|
|
|
checkDomain( $(customFields[0]).val(), {$productinfo['pid']});
|
|
|
});
|