Browse Source

to be on the safe side

pull/2/head
gorhill 9 years ago
parent
commit
a8ceaa5dfb
  1. 2
      platform/firefox/vapi-background.js

2
platform/firefox/vapi-background.js

@ -2042,6 +2042,8 @@ vAPI.toolbarButton = {
tbb.onBeforePopupReady.call(this);
}
resizePopupDelayed();
var body = win.document.body;
body.removeAttribute('data-resize-popup');
var mutationObserver = new win.MutationObserver(onResizeRequested);

Loading…
Cancel
Save