diff options
Diffstat (limited to 'data/lib/otherButtons.js')
-rw-r--r-- | data/lib/otherButtons.js | 6 |
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 |