diff --git a/zephyr/static/js/tutorial.js b/zephyr/static/js/tutorial.js index 0a8db7a009..9dff9cc603 100644 --- a/zephyr/static/js/tutorial.js +++ b/zephyr/static/js/tutorial.js @@ -183,9 +183,6 @@ function make_script() { go(sleep, 2000), go2(stream_message, "tutorial", "It's easy to make or join streams. If you click the gear on the top right of the page, and then pick 'Streams', you can create your own stream, join streams that other people have made, or set colors for your streams."), go(sleep, 4000), - go2(stream_message, "tutorial", "Go in there now and set a color for `" + my_tutorial_stream + "`. Then come back here, and tell me when you've done so."), - go2(wait_for_message, 300, any_message_to_me), - go(sleep, 1000), // Narrowing go2(stream_message, "narrowing", "Another valuable feature of Humbug is **narrowing**. Click on the word \"narrowing\" directly above this message, and tell me when you've done so."), go2(wait_for_message, 300, any_message_to_me),