|
|
@@ -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(isset($domain)){
|
|
|
+ if(typeof $domain !== 'undefined'){
|
|
|
$(customFields[0]).val() = $domain; // domain
|
|
|
}else{
|
|
|
$(customFields[0]).val(''); // domain
|
|
|
@@ -94,7 +94,3 @@
|
|
|
});
|
|
|
});
|
|
|
</script>
|
|
|
-<<<<<<< HEAD
|
|
|
-=======
|
|
|
-
|
|
|
->>>>>>> 7b2d160... Roland KerioBusiness
|