From c62be4691146572b582dab517d44e4e40bc8abfc Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Tue, 2 Apr 2013 22:26:28 -0400 Subject: Bug 724048 - Instant search doesn't work in Fennec Native product - Instant search for Firefox for Android was broken due to still looking for Fennec product which no longer exists. instant-search.js was getting an error that the product did not exist. --- extensions/GuidedBugEntry/web/js/products.js | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'extensions/GuidedBugEntry') diff --git a/extensions/GuidedBugEntry/web/js/products.js b/extensions/GuidedBugEntry/web/js/products.js index 8339e3505..dfc830d0f 100644 --- a/extensions/GuidedBugEntry/web/js/products.js +++ b/extensions/GuidedBugEntry/web/js/products.js @@ -47,18 +47,8 @@ var products = { ' Firefox Help instead of creating a bug.' }, - "Fennec": { - related: [ "Firefox for Android", "Core", "Toolkit" ], - detectPlatform: true, - support: - 'If you are new to Firefox or Bugzilla, please consider checking ' + - '' + - '' + - ' Firefox Help instead of creating a bug.' - }, - "Firefox for Android": { - related: [ "Fennec", "Core", "Toolkit" ], + related: [ "Core", "Toolkit" ], detectPlatform: true, support: 'If you are new to Firefox or Bugzilla, please consider checking ' + -- cgit v1.2.3-24-g4f1b