diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-06-07 00:53:09 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-07 00:53:09 +0200 |
commit | bd26ab13b7d8e89eccb684f374959cfedbe51de7 (patch) | |
tree | 9e08c2db62c373c21679c73e79b013d81ecf65e6 /lib | |
parent | 75848ce166959a4e38c5191522b15e35706d3202 (diff) | |
download | bugzilla-triage-bd26ab13b7d8e89eccb684f374959cfedbe51de7.tar.gz |
And even chip magic now works with new Attachment objects.
Diffstat (limited to 'lib')
-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 a48f515..4db620a 100644 --- a/lib/main.js +++ b/lib/main.js @@ -214,3 +214,4 @@ contextMenu.Item({ require("clipboard").set(comment); } }); +//tabs.open("https://bugzilla.redhat.com/show_bug.cgi?id=710548"); |