andre před 5 měsíci
rodič
revize
417ce47494

+ 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('90%');
+    $('.lu-modal__dialog').width($('.lu-modal__dialog').width * 1.5);
     var mxactive = $('input[name="mxactive"]');
     var mxthurdata = $('input[name="mxthurdata"]');
     if(mxthurdata.val() == mxactive.val()){