Browse Source

Merge branch 'master' of github.com:imathis/octopress

unreleased_contents
Brandon Mathis 13 years ago
parent
commit
c26e5c3be9
  1. 2
      .themes/classic/source/javascripts/octopress.js

2
.themes/classic/source/javascripts/octopress.js

@ -90,7 +90,7 @@ function flashVideoFallback(){
function wrapFlashVideos() {
$('object').each(function(object) {
object = $(object);
if (object.children('param[name=movie]')) {
if ( $('param[name=movie]', object).length ) {
var wrapper = object.before('<div class="flash-video"><div>').previous();
$(wrapper).children().append(object);
}

Loading…
Cancel
Save