diff --git a/helpers/make-firefox b/helpers/make-firefox index 9160e2352db741bd695c8a88ac380d5cc2529af1..534262b4f38fc4e4cc4ed7c0539b2e94c9f1a515 100644 --- a/helpers/make-firefox +++ b/helpers/make-firefox @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=70 +VERSION=71 . ./config @@ -209,7 +209,7 @@ cat << EOF >> toolkit/mozapps/extensions/content/extensions.css EOF # Hide mobile promo -echo ".fxaMobilePromo { display: none !important; }" >> browser/themes/shared/incontentprefs/preferences.inc.css +echo ".fxaMobilePromo { display: none !important; }" >> browser/themes/shared/preferences/preferences.inc.css # Hide unwanted elements on about:addons echo ".discopane-notice, .privacy-policy-link, #main header, #plugindeprecation-notice { display: none !important; }" >> toolkit/mozapps/extensions/content/aboutaddons.css # Hide warnings on unsigned extensions