diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-09-11 16:01:12 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-09-11 16:01:12 -0400 |
| commit | 110e137f1f6a56f93e4edb57bfbdffc1384f78dc (patch) | |
| tree | 673b725e987281fedbf25e35d5a07816354b1a76 /env.js | |
| parent | 7243fd7cf75e59b2ea45def413788020a663679f (diff) | |
working
Diffstat (limited to 'env.js')
| -rw-r--r-- | env.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(){ |
