From 8e5850423c31b70bf91dcf995f17ae0f3d188b85 Mon Sep 17 00:00:00 2001 From: Deathamns Date: Tue, 16 Dec 2014 13:44:34 +0100 Subject: [PATCH] Firefox: implement toolbar button and popup --- platform/firefox/bootstrap.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/platform/firefox/bootstrap.js b/platform/firefox/bootstrap.js index a3096af..9cac534 100644 --- a/platform/firefox/bootstrap.js +++ b/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() {} \ No newline at end of file +function uninstall() {}