From 1731677809963c8580044c0736adb228bb51a6fd Mon Sep 17 00:00:00 2001 From: john Date: Fri, 28 Sep 2018 12:38:36 +0800 Subject: [PATCH] Roo/bootstrap/Modal.js --- Roo/bootstrap/Modal.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Roo/bootstrap/Modal.js b/Roo/bootstrap/Modal.js index 57f44249b3..9227ae8d41 100644 --- a/Roo/bootstrap/Modal.js +++ b/Roo/bootstrap/Modal.js @@ -274,6 +274,8 @@ Roo.extend(Roo.bootstrap.Modal, Roo.bootstrap.Component, { return; } + Roo.log('testing'); + if(this.max_width !== 0) { var w = Math.min(this.max_width, Roo.lib.Dom.getViewportWidth(true) - 30); -- 2.39.2