We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ceda156 + 3c0de25 commit c752b41Copy full SHA for c752b41
src/microphone.js
@@ -74,11 +74,11 @@ function init(Survey) {
74
console.log("dataUri: " +dataUri);
75
question.value = dataUri;
76
audioEl.src=dataUri;
77
-
78
- console.log("cleaning");
79
- question.survey.recordRTC=undefined;
80
- question.survey.mystream=undefined;
81
- };
+
+ console.log("cleaning");
+ question.survey.recordRTC=undefined;
+ question.survey.mystream=undefined;
+ };
82
fileReader.readAsDataURL(recordedBlob);
83
};
84
@@ -132,7 +132,7 @@ function init(Survey) {
132
if (!question.isReadOnly) {
133
buttonStopEl.onclick = stopRecording;
134
} else {
135
- buttonStopEl.parentNode.removeChild(buttonStartEl);
+ buttonStopEl.parentNode.removeChild(buttonStopEl);
136
}
137
138
0 commit comments