From 470e0d853724feb51a991e9e8b867e366c8519ae Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Fri, 25 Mar 2011 16:23:51 +0100 Subject: Cut out general bugzilla functions to a special module. --- data/lib/otherButtons.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'data/lib/otherButtons.js') 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 = {}; -- cgit