mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Tabs: Update todo to reference newer ticket.
This commit is contained in:
parent
90705cdffe
commit
a88b94ebeb
8
ui/jquery.ui.tabs.js
vendored
8
ui/jquery.ui.tabs.js
vendored
@ -521,16 +521,16 @@ $.widget( "ui.tabs", {
|
||||
|
||||
this.xhr
|
||||
.success(function( response ) {
|
||||
// TODO: IE resolves cached XHRs immediately
|
||||
// remove when core #10467 is fixed
|
||||
// support: jQuery <1.8
|
||||
// http://bugs.jquery.com/ticket/11778
|
||||
setTimeout(function() {
|
||||
panel.html( response );
|
||||
that._trigger( "load", event, eventData );
|
||||
}, 1 );
|
||||
})
|
||||
.complete(function( jqXHR, status ) {
|
||||
// TODO: IE resolves cached XHRs immediately
|
||||
// remove when core #10467 is fixed
|
||||
// support: jQuery <1.8
|
||||
// http://bugs.jquery.com/ticket/11778
|
||||
setTimeout(function() {
|
||||
if ( status === "abort" ) {
|
||||
that.panels.stop( false, true );
|
||||
|
Loading…
Reference in New Issue
Block a user