Merge branch 'master' of github.com:imathis/octopress
This commit is contained in:
commit
c26e5c3be9
@ -90,7 +90,7 @@ function flashVideoFallback(){
|
|||||||
function wrapFlashVideos() {
|
function wrapFlashVideos() {
|
||||||
$('object').each(function(object) {
|
$('object').each(function(object) {
|
||||||
object = $(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();
|
var wrapper = object.before('<div class="flash-video"><div>').previous();
|
||||||
$(wrapper).children().append(object);
|
$(wrapper).children().append(object);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user