|
|
@@ -73,6 +73,9 @@ mgEventHandler.on('ModalLoaded', null,function(){
|
|
|
$(this).css("background-color","#e9ebf0");
|
|
|
setTimeout(restoreVal, 1000, [this, textToCopy]);
|
|
|
});
|
|
|
+ if($('input[name="selfdns"]').val() == 1 && $('input[name="dnsok"]').val() == 0){
|
|
|
+ $("#addalertfooter").append(' Nutzen Sie dafür die Edit Funktion!');
|
|
|
+ }
|
|
|
}
|
|
|
// end infoModal
|
|
|
});
|