aboutsummaryrefslogtreecommitdiffstats
path: root/data/lib/otherButtons.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-04-22 04:05:34 +0200
committerMatěj Cepl <mcepl@redhat.com>2011-04-22 04:05:34 +0200
commit62dc530470d6e6ec82f8c50dc65d7ddbb742748c (patch)
treece95b1289e851f64221475d7fde58afd1adf5428 /data/lib/otherButtons.js
parent716ea4208690274449e93ce01bf54646621fbb3e (diff)
downloadbugzilla-triage-62dc530470d6e6ec82f8c50dc65d7ddbb742748c.tar.gz
Make the categories work only for Xorg bugs.
Diffstat (limited to 'data/lib/otherButtons.js')
-rw-r--r--data/lib/otherButtons.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/data/lib/otherButtons.js b/data/lib/otherButtons.js
index 7a11395..1cca24b 100644
--- a/data/lib/otherButtons.js
+++ b/data/lib/otherButtons.js
@@ -67,8 +67,8 @@ function markBugTriaged() {
}
}
-function addingEmbelishments(list) {
var FillMagicDoneRE = new RegExp("^\\s*\\[[0-9a-zA-Z_]*\\]");
+function addingEmbelishments(list) {
var maintCCAddr = "";
if (constantData.CCmaintainer) {
@@ -142,7 +142,8 @@ function setBranding(xLogAtts) {
brandColor = RHColor;
}
}
- else if (new RegExp("Fedora").test(document.getElementById("product").value)) {
+ else if (new RegExp("Fedora").test(document.
+ getElementById("product").value)) {
if (document.getElementById("version").value === "rawhide") {
brandColor = RawhideColor;
}