diff --git a/demos/index.html b/demos/index.html index cfae779c8..ced365db9 100644 --- a/demos/index.html +++ b/demos/index.html @@ -47,9 +47,13 @@ if ($('#demo-notes').length == 0) { $('
').insertAfter('#demo-config'); } - $('#demo-notes').hide().empty().html(notes.html()).fadeIn(); + $('#demo-notes').hide().empty().html(notes.html()); + $('#demo-notes').fadeIn(); notes.hide(); - }); + }); + + if ($('#demo-frame .demo-description:visible')) + $('#demo-frame').trigger('load'); }) .end() .end()