diff options
author | Matěj Cepl <mcepl@redhat.com> | 2013-08-05 01:38:10 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2013-08-05 01:38:10 +0200 |
commit | 961b0907b91f9832a5517ade4b2ec35f918a4658 (patch) | |
tree | f6193f42245ccafeb2221f53ffdfc8de032622f2 /data/rhlib | |
parent | 6d8f3f27c95b447f670917df5f496c97c8fabd62 (diff) | |
download | bugzilla-triage-961b0907b91f9832a5517ade4b2ec35f918a4658.tar.gz |
Make 'Add external ticket' button working again.
Diffstat (limited to 'data/rhlib')
-rw-r--r-- | data/rhlib/rhbzpage.js | 3 |
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; |