aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-05-07 02:16:06 +0200
committerMatěj Cepl <mcepl@redhat.com>2011-06-05 14:53:46 +0200
commit8955333a3e6bd68789e4824009f8eb4ddb7a599f (patch)
tree559a9be97643c7b0b2db1cc918371d64165d7f42
parent68dbf2539500baa0b78e8fbd2f470f77bb00b22a (diff)
downloadbugzilla-triage-8955333a3e6bd68789e4824009f8eb4ddb7a599f.tar.gz
We don't suppport card_CODE in Whiteboard.
Besides it broke the script when Whiteboard is no more.
-rw-r--r--data/lib/otherButtons.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/data/lib/otherButtons.js b/data/lib/otherButtons.js
index f9346d8..507a3b3 100644
--- a/data/lib/otherButtons.js
+++ b/data/lib/otherButtons.js
@@ -117,11 +117,7 @@ function addingEmbelishments(list) {
&& (!FillMagicDoneRE.test(getSummary()))
&& (maintCCAddr == "xgl-maint@redhat.com")) {
// Add find chip magic button
- var whiteboard_string = document
- .getElementById("status_whiteboard").value;
- if (!/card_/.test(whiteboard_string)) {
- fillInChipMagic(list[0][1]);
- }
+ fillInChipMagic(list[0][1]);
}
// Add links for creating new bug in the same product