Browse Source

Firefox: popup size for menu-panel

pull/2/head
Deathamns 10 years ago
committed by gorhill
parent
commit
6c06436452
  1. 2
      platform/firefox/bootstrap.js

2
platform/firefox/bootstrap.js

@ -105,7 +105,7 @@ function shutdown(data, reason) {
bgProcess.parentNode.removeChild(bgProcess);
// remove the restartObserver only when the extension is being disabled
// Remove the restartObserver only when the extension is being disabled
if ( data !== undefined ) {
restartObserver.unregister();
}

Loading…
Cancel
Save