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