Fix: Remove superfluous iframe resize for UploadField (fixes #2863)

This commit is contained in:
Loz Calver 2014-02-18 22:24:35 +00:00
parent 58f8c2944a
commit a3fb47a929

View File

@ -439,8 +439,6 @@
self._prepareIframe(iframe, editform, itemInfo);
iframe.data('src', '');
}
if (editform.hasClass('opened')) editform.fitHeight();
});
} else {
self._prepareIframe(iframe, editform, itemInfo);