Browse Source

Firefox: implement toolbar button and popup

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

8
platform/firefox/bootstrap.js

@ -39,9 +39,7 @@ function shutdown(data, reason) {
}
}
function install() {
// https://bugzil.la/719376
Services.strings.flushBundles();
}
// https://bugzil.la/719376
function install() Services.strings.flushBundles();
function uninstall() {}
function uninstall() {}
Loading…
Cancel
Save