diff options
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(){ |
