aboutsummaryrefslogtreecommitdiffstats
path: root/data/rhlib
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2013-08-05 01:38:10 +0200
committerMatěj Cepl <mcepl@redhat.com>2013-08-05 01:38:10 +0200
commit961b0907b91f9832a5517ade4b2ec35f918a4658 (patch)
treef6193f42245ccafeb2221f53ffdfc8de032622f2 /data/rhlib
parent6d8f3f27c95b447f670917df5f496c97c8fabd62 (diff)
downloadbugzilla-triage-961b0907b91f9832a5517ade4b2ec35f918a4658.tar.gz
Make 'Add external ticket' button working again.
Diffstat (limited to 'data/rhlib')
-rw-r--r--data/rhlib/rhbzpage.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/data/rhlib/rhbzpage.js b/data/rhlib/rhbzpage.js
index f8c7ca7..ef11d5d 100644
--- a/data/rhlib/rhbzpage.js
+++ b/data/rhlib/rhbzpage.js
@@ -334,9 +334,6 @@ function analyzeXorgLog(attachID, backMsg) {
* @return String with the external bug URL or null
*/
function addExternalBug() {
- var refs = document.getElementById("external_bugs_table")
- .getElementsByTagName("tr");
-
// that's a bad id, if there is a one. :)
var inputBox = document.getElementById("inputbox");
var externalBugID = 0;