Explorar el Código

editsettingsform

andre hace 5 meses
padre
commit
2bc84b1c4f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/UI/Client/Templates/assets/js/setting/index.js

+ 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-color', '#ddddd');
+                editmxactive.val(mxthurdata.val()).prop("readonly", true).css('background-colorr', '#ddddd');
                 editspf.val(spfthurdata.val()).prop("readonly", true);
                 editdmarc.val(dmarcthurdata.val()).prop("readonly", true);
                 editdkim.val(dkimthurdata.val()).prop("readonly", true);