diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-02-24 23:49:39 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-02-24 23:49:39 +0100 |
commit | c336792e45b8567746cbb5aa7cf07543aebcd4f7 (patch) | |
tree | c0d8907c36302c9fe02e95919c3bc013f645f700 /lib | |
parent | 5b9f263ac1485c0ab18c2d42c5cd18746208bad4 (diff) | |
download | bugzilla-triage-c336792e45b8567746cbb5aa7cf07543aebcd4f7.tar.gz |
Nouveau doesn't dedicated data, so just the Chipset line is parsed.
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 ec94d1e..022244f 100644 --- a/lib/main.js +++ b/lib/main.js @@ -142,4 +142,4 @@ pageMod.PageMod({ contentScriptFile: self.data.url("lib/skip-bug.js") }); -//tabs.open("https://bugzilla.redhat.com/show_bug.cgi?id=595017"); +// tabs.open("https://bugzilla.redhat.com/show_bug.cgi?id=679515"); |