소스 검색

new info form

andre 6 달 전
부모
커밋
3996112c19
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/UI/Client/Templates/assets/js/setting/index.js

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

@@ -5,7 +5,7 @@
  * add custom class if modal height is bigger than window.
  */
 mgEventHandler.on('ModalLoaded', null,function(){
-//    $('.lu-modal__dialog').width($('.lu-modal__dialog').width * 1.5);
+    $('.lu-modal__dialog').width('800');
     var mxactive = $('input[name="mxactive"]');
     var mxthurdata = $('input[name="mxthurdata"]');
     if(mxthurdata.val() == mxactive.val()){