diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-07-19 15:48:47 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-07-19 15:58:00 +0200 |
commit | fcfbd3f7f01df5c67182366dc25e41567addc3b8 (patch) | |
tree | 7c19d3d6aebc13b42a6984469ae00e987d7949b7 /lib/rhbzpage.js | |
parent | f61df257aeac1b55bc6fb4b4cd67fc13201fa9ac (diff) | |
download | bugzilla-triage-fcfbd3f7f01df5c67182366dc25e41567addc3b8.tar.gz |
Add import JSON file to logs
Diffstat (limited to 'lib/rhbzpage.js')
-rw-r--r-- | lib/rhbzpage.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rhbzpage.js b/lib/rhbzpage.js index 6782241..340e1fd 100644 --- a/lib/rhbzpage.js +++ b/lib/rhbzpage.js @@ -112,6 +112,7 @@ var RHBugzillaPage = function RHBugzillaPage(win, config) { // TODO Get compiz bugs as well if (this.constantData.PCI_ID_Array && + (this.XorgLogAttList[0]) && (this.maintCCAddr === "xgl-maint@redhat.com")) { // Add find chip magic button var whiteboard_string = this.doc.getElementById("status_whiteboard").value; |