diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-06-04 02:30:57 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-05 14:53:48 +0200 |
commit | ffa6d74ddbf28c7fb7be1ad473847807d0301eac (patch) | |
tree | d10ac4afcfeb053567db51462e9695badab875ee /lib/main.js | |
parent | 7509c91794f93a5b4445239429c2b918f771b543 (diff) | |
download | bugzilla-triage-ffa6d74ddbf28c7fb7be1ad473847807d0301eac.tar.gz |
Moving ahead ... storing the progress for future.
Diffstat (limited to 'lib/main.js')
-rw-r--r-- | lib/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/main.js b/lib/main.js index d0cf298..e23e29e 100644 --- a/lib/main.js +++ b/lib/main.js @@ -213,3 +213,4 @@ contextMenu.Item({ require("clipboard").set(comment); } }); +tabs.open("https://bugzilla.redhat.com/show_bug.cgi?id=692250"); |