|
@@ -29,7 +29,6 @@
|
|
|
customFields = $("*[id^='customfield']");
|
|
customFields = $("*[id^='customfield']");
|
|
|
checkBoxHelper = $("*[class^='iCheck-helper']");
|
|
checkBoxHelper = $("*[class^='iCheck-helper']");
|
|
|
checkBox = $("*[id°='iCheck-customfield']")
|
|
checkBox = $("*[id°='iCheck-customfield']")
|
|
|
- console.log(checkBox[0].id);
|
|
|
|
|
$("#btnCompleteProductConfig").prop("disabled",true);
|
|
$("#btnCompleteProductConfig").prop("disabled",true);
|
|
|
$(customFields[0]).val(''); // domain
|
|
$(customFields[0]).val(''); // domain
|
|
|
$(checkBox[0]).removeClass('checked'); // checkbox
|
|
$(checkBox[0]).removeClass('checked'); // checkbox
|
|
@@ -49,7 +48,7 @@
|
|
|
$(checkBoxHelper[0]).click(function () {
|
|
$(checkBoxHelper[0]).click(function () {
|
|
|
setTimeout(function () {
|
|
setTimeout(function () {
|
|
|
if ($(checkBox[0]).hasClass('checked')) {
|
|
if ($(checkBox[0]).hasClass('checked')) {
|
|
|
- console.log(checkBox[0].id);
|
|
|
|
|
|
|
+ console.log(checkBox[0]);
|
|
|
$("#btnCompleteProductConfig").prop("disabled",false);
|
|
$("#btnCompleteProductConfig").prop("disabled",false);
|
|
|
} else {
|
|
} else {
|
|
|
console.log(checkBox[0].id);
|
|
console.log(checkBox[0].id);
|