From ceea1e8adb15846bafee330ff92f6d8361c6f22f Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sun, 15 Nov 2009 23:40:43 +0100 Subject: Another step to jetpackization. * bugzillaBugTriage.js -- huge step towards attachments management and generating buttons. * skip-process-bug.js -- comment out unnecessary console.log --- skip-process-bug.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skip-process-bug.js') 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; } }; -- cgit