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