From 03d6ec081970fa5621be1c2b0048e248fd4527a0 Mon Sep 17 00:00:00 2001 From: Jessica McKellar Date: Wed, 3 Jul 2013 16:30:47 -0400 Subject: [PATCH] tutorial: add missing info to un-collapse senders in the fake PM conversation. (imported from commit 60518a9c704ab0a4a1ecc0ad6f5f506e9417437c) --- zephyr/static/js/tutorial.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zephyr/static/js/tutorial.js b/zephyr/static/js/tutorial.js index 5d3817db37..aeff647af5 100644 --- a/zephyr/static/js/tutorial.js +++ b/zephyr/static/js/tutorial.js @@ -33,6 +33,7 @@ var fake_messages = [ content: "

Hey, if I work on Windows, can you two make one for Mac and Linux?

", is_stream: false, sender_full_name: "Waseem Daher", + sender_email: "wdaher@humbughq.com", avatar_url: "https://secure.gravatar.com/avatar/364a79a57718ede3fadf6dd3623d2e0a", display_reply_to: "Jeff Arnold, Waseem Daher", reply_to: true, @@ -45,6 +46,7 @@ var fake_messages = [ content: "

Sure, no problem :+1:

", is_stream: false, sender_full_name: "Jessica McKellar", + sender_email: "jesstess@humbughq.com", avatar_url: "https://secure.gravatar.com/avatar/c89814a8ed5814421b617cf2242ff01a", display_reply_to: "Jeff Arnold, Waseem Daher", reply_to: true,