Browse Source

new info form

andre 5 months ago
parent
commit
d31e7bd802
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/UI/Client/Templates/assets/js/setting/index.js

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

@@ -81,8 +81,8 @@ mgEventHandler.on('ModalLoaded', null,function(){
                 $("#transferDomain").removeClass('hidden');
             }
         }
-//        $("#transferDomain").off();
-//        $("#transferDomain").attr('onclick', document.location.href = 'cart.php?a=add&domain=transfer&sld=' . maildomain);
+        $("#transferDomain").off();
+        $("#transferDomain").attr('onclick', document.location.href = 'cart.php?a=add&domain=transfer&sld=' . maildomain);
     }
 // end infoModal
 });