mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-62519_master' of git://github.com/markn86/moodle
This commit is contained in:
commit
2ffb5ea5e9
@ -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 = {
|
||||
|
File diff suppressed because one or more lines are too long
@ -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 = {
|
||||
|
@ -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 = {
|
||||
|
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user