No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
1 additions and
1 deletions
-
voicegardens/static/voicegardens.js
|
|
@ -158,7 +158,7 @@ function setupRecording() { |
|
|
|
|
|
|
|
recordButton = createImg("../static/images/RECORD-COLOR.png"); |
|
|
|
recordButton.mousePressed(record); |
|
|
|
recordButton.touchPressed(enableAudioContext); |
|
|
|
recordButton.touchStarted(enableAudioContext); |
|
|
|
recordButton.class("button record"); |
|
|
|
|
|
|
|
stopButton = createImg("../static/images/STOP-BW.png"); |
|
|
|