From 8e501abd49e5aeac70a84ceef96a72b5078df221 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sat, 7 May 2011 00:53:06 +0200 Subject: Another massive cleanup and simplification of tweak scripts. bugs on bugzilla.mozilla.org now work as well, although the history is still not shown inline, which remains for 1.1. Fixes #88 --- lib/main.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/main.js') diff --git a/lib/main.js b/lib/main.js index 431ffe6..1fc60cf 100644 --- a/lib/main.js +++ b/lib/main.js @@ -211,3 +211,4 @@ contextMenu.Item({ require("clipboard").set(comment); } }); +tabs.open("https://bugzilla.mozilla.org/show_bug.cgi?id=473002"); -- cgit