diff options
Diffstat (limited to 'demos/index.html')
-rw-r--r-- | demos/index.html | 8 |
1 files changed, 6 insertions, 2 deletions
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) { $('<div id="demo-notes"></div>').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() |