From bb4766110c286efafe9efa6b9658ea7065832062 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Thu, 12 Dec 2013 22:35:58 +0100 Subject: Fix sending bugs upstream, adding external bug, and no munching on Specifically: * add Evolution to data/newUpstreamBug.json * fix new (and a way better!) ID of the inputBox for the adding external bug ID * remove misjudged attempt to remove Bug from //head/title --- data/lib/otherButtons.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'data/lib') diff --git a/data/lib/otherButtons.js b/data/lib/otherButtons.js index 80d9274..48d3505 100644 --- a/data/lib/otherButtons.js +++ b/data/lib/otherButtons.js @@ -150,11 +150,6 @@ function setBranding(things) { .toString() + " none"; - // Remove "Bug" from the title of the bug page, so we have more space with - // plenty of tabs - var titleElem = document.getElementsByTagName("title")[0]; - - titleElem.textContent = titleElem.textContent.slice(4); var bodyTitleParent = document .getElementById("summary_alias_container").parentNode; var bodyTitleElem = bodyTitleParent.getElementsByTagName("b")[0]; -- cgit