|
|
@@ -9,7 +9,7 @@ mgEventHandler.on('ModalLoaded', null,function(){
|
|
|
var mxactive = $('input[name="mxactive"]');
|
|
|
var mxthurdata = $('input[name="mxthurdata"]');
|
|
|
var maildomain = $('input[name="maildomain"]');
|
|
|
- $("#maildomain").val(maildomain.val());
|
|
|
+ $("#alertmaildomain").val(maildomain.val());
|
|
|
if(mxthurdata.val() == mxactive.val()){
|
|
|
mxactive.addClass('lu-alert--success lu-alert--outline');
|
|
|
$('.modal-alert-top').addClass('lu-alert--success');
|
|
|
@@ -49,8 +49,7 @@ mgEventHandler.on('ModalLoaded', null,function(){
|
|
|
tempTextarea.val(textToCopy).select();
|
|
|
document.execCommand("copy");
|
|
|
tempTextarea.remove();
|
|
|
-// $(this).val('Wert in die Zwischenablage kopiert');
|
|
|
- $(this).val(maildomain.val());
|
|
|
+ $(this).val('Wert in die Zwischenablage kopiert');
|
|
|
$(this).css("background-color","#e9ebf0");
|
|
|
setTimeout(restoreVal, 1000, [this, textToCopy]);
|
|
|
});
|