mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Demos: Better wording for the purposefully broken tab
Fix both grammar and punctuation in one tabs demo. Closes gh-2139
This commit is contained in:
parent
970a0cfa23
commit
455884470c
@ -12,8 +12,8 @@
|
|||||||
beforeLoad: function( event, ui ) {
|
beforeLoad: function( event, ui ) {
|
||||||
ui.jqXHR.fail(function() {
|
ui.jqXHR.fail(function() {
|
||||||
ui.panel.html(
|
ui.panel.html(
|
||||||
"Couldn't load this tab. We'll try to fix this as soon as possible. " +
|
"Couldn't load this tab. We'd try to fix this as soon as possible " +
|
||||||
"If this wouldn't be a demo." );
|
"if this weren't a demo." );
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user