|
@@ -46,7 +46,6 @@
|
|
|
$(customFields[0]).css('background-color', '');
|
|
$(customFields[0]).css('background-color', '');
|
|
|
});
|
|
});
|
|
|
$(checkBoxHelper[0]).click(function () {
|
|
$(checkBoxHelper[0]).click(function () {
|
|
|
- console.log('helper klicked');
|
|
|
|
|
setTimeout(function () {
|
|
setTimeout(function () {
|
|
|
if ($(checkBox[0]).hasClass('checked')) {
|
|
if ($(checkBox[0]).hasClass('checked')) {
|
|
|
$("#btnCompleteProductConfig").prop("enabled",false);
|
|
$("#btnCompleteProductConfig").prop("enabled",false);
|