diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-03-25 16:23:51 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-03-25 17:55:56 +0100 |
commit | 0ace4d34ece35b717b64ee1d3312cdc3c07696b5 (patch) | |
tree | 0e9cfe3000295c14d08a09c617b8aa8b89285cc4 /data/lib/otherButtons.js | |
parent | a9e66d84f83d3f21fffd4cd9872ac8934e455edf (diff) | |
download | bugzilla-triage-0ace4d34ece35b717b64ee1d3312cdc3c07696b5.tar.gz |
Cut out general bugzilla functions to a special module.
Diffstat (limited to 'data/lib/otherButtons.js')
-rw-r--r-- | data/lib/otherButtons.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/lib/otherButtons.js b/data/lib/otherButtons.js index 16adcea..b7bb7d5 100644 --- a/data/lib/otherButtons.js +++ b/data/lib/otherButtons.js @@ -92,6 +92,14 @@ function addingEmbelishments(list) { } } +/** + * Set branding colours to easily distinguish between Fedora and RHEL bugs + * + * @param brand String with product of the current bug + * @param version String with the version of the bug + * @param its String with the IsueTracker numbers + * @return none + */ function setBranding(xLogAtts) { var brandColor = {}; var TriagedColor = {}; |