Merge branch 'development' into LTS_development

This commit is contained in:
Thulinma 2015-10-19 16:59:36 +02:00
commit 3ed0d1b3a3
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ function mistembed(streamname) {
var support = false;
if (type == 'mp4') {
if (type == 'video/mp4') {
if (navigator.userAgent.indexOf('Firefox') > -1) {
//firefox claims to support MP4 but doesn't
return false;