From a52e4c4158caca759d0ce1c1bc16244a716097c8 Mon Sep 17 00:00:00 2001 From: Tim Hobbs Date: Wed, 14 May 2014 18:44:50 -0700 Subject: [PATCH] Fix for IE autoplay/controls IE is non-standard regarding the autoplay property. IE uses autoplay="autoplay" http://msdn.microsoft.com/en-us/library/ie/ff974744(v=vs.85).aspx --- dashboard-ui/scripts/mediaplayer-video.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dashboard-ui/scripts/mediaplayer-video.js b/dashboard-ui/scripts/mediaplayer-video.js index 04bd5d24f6..78ce74542a 100644 --- a/dashboard-ui/scripts/mediaplayer-video.js +++ b/dashboard-ui/scripts/mediaplayer-video.js @@ -803,9 +803,11 @@ // Can't autoplay in these browsers so we need to use the full controls if (requiresControls) { - - - html += '