Skip to content

Commit 392d402

Browse files
committed
Tabs: Fix description in ajax demo
Closes jquery/jqueryui.com#90
1 parent ddc666c commit 392d402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/tabs/ajax.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</div>
4040

4141
<div class="demo-description">
42-
<p>Fetch external content via Ajax for the tabs by setting an href value in the tab links. While the Ajax request is waiting for a response, the tab label changes to say "Loading...", then returns to the normal label once loaded.</p>
42+
<p>Fetch external content via Ajax for the tabs by setting an href value in the tab links.</p>
4343
<p>Tabs 3 and 4 demonstrate slow-loading and broken AJAX tabs, and how to handle serverside errors in those cases. Note: These two require a webserver to interpret PHP. They won't work from the filesystem.</p>
4444
</div>
4545
</body>

0 commit comments

Comments
 (0)