Pman.Dialog.CoreEmail.bjs
[Pman.Core] / Pman.Dialog.CoreEmail.js
index 7f50a8b..1098a73 100644 (file)
@@ -1224,7 +1224,7 @@ Pman.Dialog.CoreEmail = {
                  width = 50;
                  height = Math.round(height * 50 / width);
              }
-             Roo.log(Math.round(height * 50 / width));
+             Roo.log((height * 50 / width));
             return '<img src="' + baseURL + '/Images/' + r.data.id + '/' + r.data.filename + '" width="' + width + '" height="' + height + '" />';
          },
          width : 300,