diff options
author | Matěj Cepl <mcepl@redhat.com> | 2012-04-11 02:51:25 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2012-04-11 02:51:25 +0200 |
commit | 3476e68c41e5a106a3f514c411ff93bfe0ad61a4 (patch) | |
tree | d345fbf3ffcc8a251766264dd196b0d15ae97ded /lib | |
parent | dd0b43442c1642eb6db6fb6a7711eefe7a1119ef (diff) | |
download | bugzilla-triage-3476e68c41e5a106a3f514c411ff93bfe0ad61a4.tar.gz |
Eh, that's embarrassing! Forgot testing tab.open() :(1.6.2
Diffstat (limited to 'lib')
-rw-r--r-- | lib/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/main.js b/lib/main.js index 2c99185..18429c5 100644 --- a/lib/main.js +++ b/lib/main.js @@ -164,4 +164,4 @@ contextMenu.Item({ require("clipboard").set(comment); } }); -tabs.open("https://bugs.eclipse.org/bugs/show_bug.cgi?id=304933"); +//tabs.open("https://bugs.eclipse.org/bugs/show_bug.cgi?id=304933"); |