|
|
@@ -50,7 +50,7 @@
|
|
|
checkBox = $("*[id^='iCheck-customfield']")
|
|
|
$("#btnCompleteProductConfig").prop("disabled",true);
|
|
|
$("#hint").text('Bitte wählen Sie Ihre Maildomain und akzeptieren Sie die erweiterten Nutzungsbedingungen!');
|
|
|
- if(typeof $domain !== 'undefined'){
|
|
|
+ if(typeof {$domain} !== 'undefined'){
|
|
|
console.log({$domain});
|
|
|
// $(customFields[0]).val() = {$domain}; // domain
|
|
|
}else{
|