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