diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-05-06 21:27:16 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-05 14:52:35 +0200 |
commit | d2518a3ab99afce2b2f33358cbb41778eaae0f7f (patch) | |
tree | fe7c31e2f9aad1fd02a472f912cc1fe2c686e89c | |
parent | da71521fe0a926a82c682d02688895c41d9d22fb (diff) | |
download | bugzilla-triage-d2518a3ab99afce2b2f33358cbb41778eaae0f7f.tar.gz |
Release 0.103
-rw-r--r-- | data/lib/bugzillaDOMFunctions.js | 1 | ||||
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | update.rdf | 15 |
3 files changed, 16 insertions, 2 deletions
diff --git a/data/lib/bugzillaDOMFunctions.js b/data/lib/bugzillaDOMFunctions.js index 4437e7c..0f7e1e0 100644 --- a/data/lib/bugzillaDOMFunctions.js +++ b/data/lib/bugzillaDOMFunctions.js @@ -352,7 +352,6 @@ function killNodes(doc, target, remove) { var targetNode = doc.querySelector(x); if (targetNode) { if (remove) { - console.log("killing element " + targetNode); victimElements.push([x,targetNode]); } else { diff --git a/package.json b/package.json index c13962a..9b5ece3 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "description": "Additional buttons and other function helping in the triage on bugzilla", "author": "Matej Cepl (http://matej.ceplovi.cz)", "license": "MIT/X11 (http://opensource.org/licenses/mit-license.php) and MPL", - "version": "0.102", + "version": "0.103", "contributors": [ "Ehsan Akhgari (http://ehsanakhgari.org/) <ehsan@mozilla.com>", "Johnathan Nightingale (http://johnath.com) <johnath@mozilla.com>", @@ -427,6 +427,21 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#"> </em:targetApplication> </Description> </li> + <li> + <Description> + <em:version>0.103</em:version> + <em:targetApplication> + <Description> + <em:id> + {ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>4.0b7</em:minVersion> + <em:maxVersion>6.0a1</em:maxVersion> + <em:updateLink> + https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-0.103.xpi</em:updateLink> + </Description> + </em:targetApplication> + </Description> + </li> </Seq> </em:updates> </Description> |