From b4ab726727869e6604f3f56c7b8f6ba4542347ef Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Sun, 12 Jan 2014 04:07:30 -1000 Subject: [PATCH] Missing background.html --- background.html | 16 ++++++++++++++++ helpers.js | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 background.html diff --git a/background.html b/background.html new file mode 100644 index 00000000..383c15e0 --- /dev/null +++ b/background.html @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/helpers.js b/helpers.js index 49a22400..7851f7b3 100644 --- a/helpers.js +++ b/helpers.js @@ -134,7 +134,7 @@ function storeMessage(outgoingMessageSignal) { conversation = [] messageMap[outgoingMessageSignal.source] = conversation; } - + conversation[conversation.length] = { message: getString(outgoingMessageSignal.message), destinations: outgoingMessageSignal.destinations, sender: outgoingMessageSignal.source,