You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug 1446236 - Fix instant search without GuidedBugEntry (#38)
* instant-search.js: Don't fail if product map isn't loaded
getProduct had a hard dependency on the 'products' object, which is
provided by products.js from the GuidedBugEntry extension.
Check if the products variable exists before attempting to use
it. This can happen when loading products.js fails, which in turn can
happen when the GuidedBugEntry extension isn't present.
* Instant search: Don't load products.js without GuidedBugEntry
Fixes a 404 if the GuidedBugEntry extension is not present.
* instant-search.js: Use throbber.gif from core
Fixes remaining dependency on GuidedBugEntry.
0 commit comments