|
@@ -29,7 +29,7 @@
|
|
|
customFields = $("*[id^='customfield']");
|
|
customFields = $("*[id^='customfield']");
|
|
|
checkBoxHelper = $("*[class^='iCheck-helper']");
|
|
checkBoxHelper = $("*[class^='iCheck-helper']");
|
|
|
checkBox = $("*[id^='iCheck-customfield']")
|
|
checkBox = $("*[id^='iCheck-customfield']")
|
|
|
- $("#btnCompleteProductConfig").prop("disabled",true);
|
|
|
|
|
|
|
+ $("#btnCompleteProductConfig").prop("enabled",true);
|
|
|
$(customFields[0]).val(''); // domain
|
|
$(customFields[0]).val(''); // domain
|
|
|
$(checkBox[0]).removeClass('checked'); // checkbox
|
|
$(checkBox[0]).removeClass('checked'); // checkbox
|
|
|
$(customFields[0]).blur(function () {
|
|
$(customFields[0]).blur(function () {
|