app/assets/javascripts/social_stream.video.js.erb in social_stream-documents-0.13.0 vs app/assets/javascripts/social_stream.video.js.erb in social_stream-documents-0.13.1
- old
+ new
@@ -5,10 +5,10 @@
$(".jp-video .jp-jplayer").each(function() {
$(this).jPlayer({
ready: function () {
$(this).jPlayer("setMedia", {
webmv: $(this).closest(".video").find(".video-webm").attr("href"), // Defines the webm url
- flv: $(this).closest(".video").find(".video-flv").attr("href") // Defines the flv url
+ flv: $(this).closest(".video").find(".video-flv").attr("href"), // Defines the flv url
mp4: $(this).closest(".video").find(".video-mp4").attr("href") // Defines the mp4 url
});
},
solution:"flash, html",
preload: "none",