Merge branch 'MDL-62519_master' of git://github.com/markn86/moodle

This commit is contained in:
Andrew Nicols 2018-06-19 10:33:52 +08:00
commit 2ffb5ea5e9
5 changed files with 7 additions and 1 deletions

View File

@ -569,6 +569,7 @@ M.atto_recordrtc.audiomodule = {
// Empty the array containing the previously recorded chunks.
cm.chunks = [];
cm.blobSize = 0;
cm.uploadBtn.detach('click');
// Initialize common configurations.
var commonConfig = {
@ -716,6 +717,7 @@ M.atto_recordrtc.videomodule = {
// Empty the array containing the previously recorded chunks.
cm.chunks = [];
cm.blobSize = 0;
cm.uploadBtn.detach('click');
// Initialize common configurations.
var commonConfig = {

View File

@ -569,6 +569,7 @@ M.atto_recordrtc.audiomodule = {
// Empty the array containing the previously recorded chunks.
cm.chunks = [];
cm.blobSize = 0;
cm.uploadBtn.detach('click');
// Initialize common configurations.
var commonConfig = {
@ -716,6 +717,7 @@ M.atto_recordrtc.videomodule = {
// Empty the array containing the previously recorded chunks.
cm.chunks = [];
cm.blobSize = 0;
cm.uploadBtn.detach('click');
// Initialize common configurations.
var commonConfig = {

View File

@ -75,6 +75,7 @@ M.atto_recordrtc.audiomodule = {
// Empty the array containing the previously recorded chunks.
cm.chunks = [];
cm.blobSize = 0;
cm.uploadBtn.detach('click');
// Initialize common configurations.
var commonConfig = {

View File

@ -74,6 +74,7 @@ M.atto_recordrtc.videomodule = {
// Empty the array containing the previously recorded chunks.
cm.chunks = [];
cm.blobSize = 0;
cm.uploadBtn.detach('click');
// Initialize common configurations.
var commonConfig = {