Browse Source

update

feature/10.0
Fay 5 years ago
parent
commit
0f59034a98
  1. 1
      src/main/resources/com/finebi/plugin/web/plugin.screen_adaptive.js
  2. 1
      src/main/resources/com/finebi/plugin/web/scripts/entry.js

1
src/main/resources/com/finebi/plugin/web/plugin.screen_adaptive.js

@ -273,6 +273,7 @@
if (BI.isIE()) {
BI.Combo.prototype.adjustHeight = adjustHeight;
BI.Tooltips.show = injectToolTipShow;
BI.Bubbles.show = injectBubblesShow;
// jQuery.fn.outerWidth = injectOuterWidth;
// jQuery.fn.outerHeight = injectOuterHeight;
}

1
src/main/resources/com/finebi/plugin/web/scripts/entry.js

@ -273,6 +273,7 @@
if (BI.isIE()) {
BI.Combo.prototype.adjustHeight = adjustHeight;
BI.Tooltips.show = injectToolTipShow;
BI.Bubbles.show = injectBubblesShow;
// jQuery.fn.outerWidth = injectOuterWidth;
// jQuery.fn.outerHeight = injectOuterHeight;
}

Loading…
Cancel
Save