aboutsummaryrefslogtreecommitdiffstats
path: root/data/lib/bzpage.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-09-01 14:31:03 +0200
committerMatěj Cepl <mcepl@redhat.com>2011-09-01 14:32:54 +0200
commit3c1055ba0f1024133d5ffe5e98d95d00f3b97cbe (patch)
treed80dbba979c978b2f0a0962e99a114b6a14da28e /data/lib/bzpage.js
parent66eae433f98e8c9aed47200d96161d2404402cc1 (diff)
downloadbugzilla-triage-3c1055ba0f1024133d5ffe5e98d95d00f3b97cbe.tar.gz
Better MVC separation ... generating time sheet in content script.
Diffstat (limited to 'data/lib/bzpage.js')
-rw-r--r--data/lib/bzpage.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/lib/bzpage.js b/data/lib/bzpage.js
index d4c393f..43cf5cb 100644
--- a/data/lib/bzpage.js
+++ b/data/lib/bzpage.js
@@ -30,6 +30,9 @@ self.on('message', function onMessage(msg) {
case "queryLocal":
queryInNewTab(msg.data, getComponent(), getProduct(), equivalentComponents);
break;
+ case "ReturningLogData":
+ timeSheetRecordsPrinter(msg.data, new Date());
+ break;
case "CreateButtons":
constantData = msg.data.constData;
config = msg.data.config;