diff --git a/browser/base/content/aboutRobots.css b/browser/base/content/aboutRobots.css deleted file mode 100644 index 7b78d53290..0000000000 --- a/browser/base/content/aboutRobots.css +++ /dev/null @@ -1,3 +0,0 @@ -.title { - background-image: url("chrome://browser/content/aboutRobots-icon.png"); -} diff --git a/browser/base/content/aboutRobots.js b/browser/base/content/aboutRobots.js deleted file mode 100644 index 9b0dc3f1e0..0000000000 --- a/browser/base/content/aboutRobots.js +++ /dev/null @@ -1,11 +0,0 @@ -var buttonClicked = false; -var button = document.getElementById("errorTryAgain"); -button.onclick = function() { - if (buttonClicked) { - button.style.visibility = "hidden"; - } else { - var newLabel = button.getAttribute("label2"); - button.textContent = newLabel; - buttonClicked = true; - } -}; diff --git a/browser/base/content/aboutRobots.xhtml b/browser/base/content/aboutRobots.xhtml deleted file mode 100644 index 97dc32053f..0000000000 --- a/browser/base/content/aboutRobots.xhtml +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - - - - - -
- - -
-

-
- - -
- - -
-

-
- - -
-
    -
  • -
  • -
  • -
  • -
-
- - -
- -
- -
- - -
- -
-
- -