aboutsummaryrefslogtreecommitdiffstats
path: root/data/bzpage.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-02-01 17:16:43 +0100
committerMatěj Cepl <mcepl@redhat.com>2011-02-01 17:16:43 +0100
commitcc50408c9661d35a81f921ff6347eee3c1781d0f (patch)
tree6219eeb70d7ce908b4786822d3f3abd2469b6391 /data/bzpage.js
parentc1ec772b104316530f6737340355205398df33af (diff)
downloadbugzilla-triage-cc50408c9661d35a81f921ff6347eee3c1781d0f.tar.gz
Bit of cleaning of logger
Diffstat (limited to 'data/bzpage.js')
-rw-r--r--data/bzpage.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/bzpage.js b/data/bzpage.js
index ced0181..c332634 100644
--- a/data/bzpage.js
+++ b/data/bzpage.js
@@ -13,6 +13,8 @@ var SalmonPink = new Color(255, 224, 176); // RGB 255, 224, 176; HSL 36, 2,
// 85
var ReporterColor = new Color(255, 255, 166); // RGB 255, 255, 166; HSL 60, 2,
// 83
+var EmptyLogsColor = new Color(0, 255, 0);
+var FullLogsColor = new Color(0, 40, 103);
// global variables
var constantData = {}; // This should be probably eliminated ASAP or