From 2141e86f626c5bd0af4319d69bef24786f817b5b Mon Sep 17 00:00:00 2001 From: Timur Timirkhanov Date: Fri, 3 Oct 2014 14:37:18 -0400 Subject: [PATCH] Bug 1058243 - Deleted link to AMO in Add-on Manager header including aboutAddons.dtd. r=margaret --- mobile/android/chrome/content/aboutAddons.js | 1 - mobile/android/chrome/content/aboutAddons.xhtml | 1 - mobile/android/locales/en-US/chrome/aboutAddons.dtd | 1 - mobile/android/themes/core/aboutAddons.css | 6 ------ 4 files changed, 9 deletions(-) diff --git a/mobile/android/chrome/content/aboutAddons.js b/mobile/android/chrome/content/aboutAddons.js index ba56c72094c..3c7772068a3 100644 --- a/mobile/android/chrome/content/aboutAddons.js +++ b/mobile/android/chrome/content/aboutAddons.js @@ -93,7 +93,6 @@ function init() { showList(); ContextMenus.init(); - document.getElementById("header-button").addEventListener("click", openLink, false); } diff --git a/mobile/android/chrome/content/aboutAddons.xhtml b/mobile/android/chrome/content/aboutAddons.xhtml index 6f5f5e49602..f5bc0cc16c7 100644 --- a/mobile/android/chrome/content/aboutAddons.xhtml +++ b/mobile/android/chrome/content/aboutAddons.xhtml @@ -32,7 +32,6 @@
&aboutAddons.header2;
-
diff --git a/mobile/android/locales/en-US/chrome/aboutAddons.dtd b/mobile/android/locales/en-US/chrome/aboutAddons.dtd index d875ab46386..05405bbb2cc 100644 --- a/mobile/android/locales/en-US/chrome/aboutAddons.dtd +++ b/mobile/android/locales/en-US/chrome/aboutAddons.dtd @@ -5,7 +5,6 @@ - diff --git a/mobile/android/themes/core/aboutAddons.css b/mobile/android/themes/core/aboutAddons.css index 1dcc1687aff..d26c499523b 100644 --- a/mobile/android/themes/core/aboutAddons.css +++ b/mobile/android/themes/core/aboutAddons.css @@ -18,12 +18,6 @@ margin-left: .67em; } -#header-button { - background-image: url("chrome://browser/skin/images/amo-logo.png"), url("chrome://browser/skin/images/chevron.png"); - background-size: 20px 20px, 8px 20px; - background-position: left, right 3px center; -} - .description { width: 100%; overflow: hidden;