Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

pull/1/head
yflory 2017-10-24 14:31:56 +02:00
commit 39b4cb9226
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ define([
});
});
video.addEventListener('error', function (e) {
console.error(e);
cb('ERROR');
});
};