diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-03-25 16:23:51 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-05 14:44:00 +0200 |
commit | 470e0d853724feb51a991e9e8b867e366c8519ae (patch) | |
tree | b74910c57356601cb8735de030686334cad49917 /data/lib/otherButtons.js | |
parent | 3c3860cd080dec5a71ae6c3c7bc3438fa8875d94 (diff) | |
download | bugzilla-triage-470e0d853724feb51a991e9e8b867e366c8519ae.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 = {}; |