Merge branch 'MDL-62519_master' of git://github.com/markn86/moodle
This commit is contained in:
+2
@@ -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 = {
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+2
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user