Changes

m
no edit summary
Line 350: Line 350:  
      $(this).append(a);
 
      $(this).append(a);
 
} else {
 
} else {
var video = $('<video>').attr('controls');
+
var video = $('<video>').attr('controls', '');
 
var source = $('<source>').attr('type', 'video/' + ext);
 
var source = $('<source>').attr('type', 'video/' + ext);
 
for (var attr in $(this).data()) {
 
for (var attr in $(this).data()) {
cssedit, gkautomate
6,926

edits