diff options
author | Matěj Cepl <mcepl@redhat.com> | 2009-12-28 20:56:45 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2009-12-28 20:56:45 +0100 |
commit | d5070dfe2848a0e47b42a799c9ffd7ec579e364e (patch) | |
tree | 88e6ddf0143ea212771758f35a2c1e88f5d2e79e | |
parent | c57d979375eb5831e2571984444ae6c3053953e3 (diff) | |
download | bugzilla-triage-d5070dfe2848a0e47b42a799c9ffd7ec579e364e.tar.gz |
Finally roughly complete version ... no testing.
-rw-r--r-- | bugzillaBugTriage.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bugzillaBugTriage.js b/bugzillaBugTriage.js index d180964..1c1d16f 100644 --- a/bugzillaBugTriage.js +++ b/bugzillaBugTriage.js @@ -850,8 +850,7 @@ BzPage.prototype.queryForSelection = function() { }; /** - * Get the text to search for and prepare other things for the real executive - * function this.queryInNewTab, and run it. + * */ BzPage.prototype.sendBugUpstream = function() { var url = filterByRegexp(upstreamBugzillasArray, |