Browse Source

new info form

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

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

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