aboutsummaryrefslogtreecommitdiffstats
path: root/data
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-05-07 02:16:06 +0200
commit769dece57a554696b6755fdb3cdd71790e78cb52 (patch)
tree1bb4f6d344c991a1d913b8b7d1aa4c1da51ead09 /data
parent8ebd3ecb28aa7140d0e3583ef2a7c9c33473b2a1 (diff)
downloadbugzilla-triage-769dece57a554696b6755fdb3cdd71790e78cb52.tar.gz
We don't suppport card_CODE in Whiteboard.
Besides it broke the script when Whiteboard is no more.
Diffstat (limited to 'data')
-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