diff options
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; } }; |