diff options
author | Matěj Cepl <mcepl@redhat.com> | 2009-11-15 23:40:43 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2009-11-15 23:40:43 +0100 |
commit | ceea1e8adb15846bafee330ff92f6d8361c6f22f (patch) | |
tree | 592cea23707f29ab7190869e5974fd7265c5b930 /skip-process-bug.js | |
parent | b6738cd9139240534d4d3f95d08a47d3dfdc75fe (diff) | |
download | bugzilla-triage-ceea1e8adb15846bafee330ff92f6d8361c6f22f.tar.gz |
Another step to jetpackization.
* bugzillaBugTriage.js -- huge step towards attachments management and
generating buttons.
* skip-process-bug.js -- comment out unnecessary console.log
Diffstat (limited to 'skip-process-bug.js')
-rw-r--r-- | skip-process-bug.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skip-process-bug.js b/skip-process-bug.js index 045eb8d..691d6d1 100644 --- a/skip-process-bug.js +++ b/skip-process-bug.js @@ -12,7 +12,7 @@ var callback = function(document){ // jetpack.notifications.show('Bug ' + bugNo); var emailsSent = $("#bugzilla-body > dl:first",document).text(); emailsSent = emailsSent.replace(/^(\s*)$/mg,""); - console.log(emailsSent); // to be sent to jetpack.notifications.show when available + //console.log(emailsSent); // to be sent to jetpack.notifications.show when available document.location = stemURL.replace("HOSTNAME",hostname) + bugNo; } }; |