Commit 2dcc2cdf authored by Boris Kocherov's avatar Boris Kocherov

[erp5_only_office] fix olap_wizard.js - "form does not displayed"

parent dec56901
...@@ -40,6 +40,7 @@ define([ ...@@ -40,6 +40,7 @@ define([
iframe.width = '100%'; iframe.width = '100%';
iframe.height = (Common.Utils.innerHeight() - 80) + 'px'; iframe.height = (Common.Utils.innerHeight() - 80) + 'px';
iframe.setAttribute("frameBorder", "0"); iframe.setAttribute("frameBorder", "0");
me.$el = $(sub_gadget.element);
}); });
} else { } else {
q = RSVP.Queue(); q = RSVP.Queue();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment