소스 검색

new info form

andre 5 달 전
부모
커밋
a793ef43c6
2개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 1
      app/UI/Client/Templates/assets/js/setting/index.js
  2. 0 2
      core/UI/Widget/Buttons/ModalActionButtons/BaseRedirectButton.php

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

@@ -79,7 +79,6 @@ mgEventHandler.on('ModalLoaded', null,function(){
             }else{
             }else{
                 $("#addalertfooter").append(' Tragen Sie die vorgegebenen Werte bei Ihrem Domain Registrar ein oder transferieren Sie Ihre Domain zu ThurData');
                 $("#addalertfooter").append(' Tragen Sie die vorgegebenen Werte bei Ihrem Domain Registrar ein oder transferieren Sie Ihre Domain zu ThurData');
                 $("#transferDomain").removeClass('hidden');
                 $("#transferDomain").removeClass('hidden');
-//                $("#transferDomain").off();
                 $("#transferDomain").click(function(){
                 $("#transferDomain").click(function(){
                     document.location.href = 'cart.php?a=add&domain=transfer&sld=' + maildomain.val();
                     document.location.href = 'cart.php?a=add&domain=transfer&sld=' + maildomain.val();
                 });
                 });

+ 0 - 2
core/UI/Widget/Buttons/ModalActionButtons/BaseRedirectButton.php

@@ -16,8 +16,6 @@ class BaseRedirectButton extends BaseContainer
     protected $class          = ['lu-btn lu-btn--danger lu-btn--outline lu-btn--plain infoModal'];
     protected $class          = ['lu-btn lu-btn--danger lu-btn--outline lu-btn--plain infoModal'];
     protected $title          = 'title';
     protected $title          = 'title';
     protected $htmlAttributes = [
     protected $htmlAttributes = [
-//        '@click.middle' => 'redirect($event,, true)',
-//        '@click' => 'redirect($event,, )'
     ];
     ];
 
 
     protected $rawUrl = null;
     protected $rawUrl = null;