diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-06-06 15:28:49 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-06 15:31:35 +0200 |
commit | 06c5c60704fb181cf870c04cb79b2d6275600f06 (patch) | |
tree | e83f4550c2fff61e1b5defa6883cea52974f26c8 /lib/main.js | |
parent | bb5c0968ad8f2dd46a4a398b505a829c584f02e6 (diff) | |
download | bugzilla-triage-06c5c60704fb181cf870c04cb79b2d6275600f06.tar.gz |
Make sending bugs upstream working (collecting comments was broken).
Diffstat (limited to 'lib/main.js')
-rw-r--r-- | lib/main.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/main.js b/lib/main.js index 909de44..a48f515 100644 --- a/lib/main.js +++ b/lib/main.js @@ -214,4 +214,3 @@ contextMenu.Item({ require("clipboard").set(comment); } }); -tabs.open("https://bugzilla.redhat.com/show_bug.cgi?id=692250"); |