From: Kohei Yoshino Date: Wed, 22 Nov 2017 15:13:46 +0000 (-0500) Subject: Bug 1418205 - Update easy product selector on Browse and Enter Bug pages X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c437576ffbec1a3f7296302f8594f89653992dd;p=thirdparty%2Fbugzilla.git Bug 1418205 - Update easy product selector on Browse and Enter Bug pages --- diff --git a/extensions/BMO/template/en/default/global/choose-product.html.tmpl b/extensions/BMO/template/en/default/global/choose-product.html.tmpl index a2281ae49..ac545d14e 100644 --- a/extensions/BMO/template/en/default/global/choose-product.html.tmpl +++ b/extensions/BMO/template/en/default/global/choose-product.html.tmpl @@ -97,14 +97,6 @@ name="Toolkit" icon="component.png" %] - [% INCLUDE easyproduct - name="Firefox OS" - icon="firefox_os.png" - %] - [% INCLUDE easyproduct - name="Marketplace" - icon="marketplace.png" - %] [% INCLUDE easyproduct name="Thunderbird" icon="thunderbird.png" diff --git a/extensions/BMO/web/producticons/firefox_os.png b/extensions/BMO/web/producticons/firefox_os.png deleted file mode 100644 index 5f08dc4f9..000000000 Binary files a/extensions/BMO/web/producticons/firefox_os.png and /dev/null differ diff --git a/extensions/BMO/web/producticons/marketplace.png b/extensions/BMO/web/producticons/marketplace.png deleted file mode 100644 index 62025a2a8..000000000 Binary files a/extensions/BMO/web/producticons/marketplace.png and /dev/null differ