mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
demos/index.html: added a check to fix initial load in opera.
This commit is contained in:
parent
04069424ce
commit
47e08c211a
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user