diff options
Diffstat (limited to 'data/rhlib/rhbzpage.js')
-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; |