summaryrefslogtreecommitdiff
path: root/env.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-09-11 16:01:12 -0400
committerJules Laplace <jules@okfoc.us>2016-09-11 16:01:12 -0400
commit110e137f1f6a56f93e4edb57bfbdffc1384f78dc (patch)
tree673b725e987281fedbf25e35d5a07816354b1a76 /env.js
parent7243fd7cf75e59b2ea45def413788020a663679f (diff)
working
Diffstat (limited to 'env.js')
-rw-r--r--env.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/env.js b/env.js
index f25c14b..0b2670f 100644
--- a/env.js
+++ b/env.js
@@ -31,7 +31,7 @@ var environment = (function(){
}
environment.request_audio_context = function(){
var element = $("<div>", {"id" : "MobileStart"}).appendTo("body")
- var button = $("<div>").attr("id", "Button").text("Enter").appendTo(element)
+ var button = $("<div>").attr("id", "Button").html("Enter<br>(please unmute your phone)").appendTo(element)
StartAudioContext.setContext(Tone.context)
StartAudioContext.on(button)
StartAudioContext.onStarted(function(){