|
|
@@ -74,7 +74,7 @@ mgEventHandler.on('ModalLoaded', null,function(){
|
|
|
setTimeout(restoreVal, 1000, [this, textToCopy]);
|
|
|
});
|
|
|
if($('input[name="dnsok"]').val() != 'success'){
|
|
|
- if($('input[name="selfdns"]').val() == 1){
|
|
|
+ if($('input[name="selfdns"]').val() > 0){
|
|
|
$("#addalertfooter").append(' Nutzen Sie dafür die Edit Funktion!');
|
|
|
$("#transferDomain").addClass('hidden');
|
|
|
}else{
|