From 91f5584e9fcbacfaee6d2b2eeb4ae7afc33adc07 Mon Sep 17 00:00:00 2001 From: gorhill Date: Wed, 17 Jun 2015 14:11:30 -0400 Subject: [PATCH] minor code review --- platform/firefox/vapi-background.js | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index 050308855..770a641e6 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -2295,6 +2295,7 @@ vAPI.toolbarButton = { if ( CustomizableUI === null ) { return null; } + tbb.codePath = 'australis'; tbb.CustomizableUI = CustomizableUI; tbb.defaultArea = CustomizableUI.AREA_NAVBAR;