andre 5 сар өмнө
parent
commit
a27272ce81

+ 1 - 1
app/UI/Client/Templates/assets/js/setting/index.js

@@ -114,7 +114,7 @@ mgEventHandler.on('ModalLoaded', null,function(){
             .css('white-space' , 'nowrap');
         $('[name="setDefaults"]').change(function() {
             if ($(this).is(':checked')) {
-                editmxactive.val(mxthurdata.val()).prop("readonly", true).css('background-colorr', '#ddddd');
+                editmxactive.val(mxthurdata.val()).prop("readonly", true).css("background-color","red");
                 editspf.val(spfthurdata.val()).prop("readonly", true);
                 editdmarc.val(dmarcthurdata.val()).prop("readonly", true);
                 editdkim.val(dkimthurdata.val()).prop("readonly", true);