]> source.dussan.org Git - jquery-ui.git/commitdiff
Tabs: Fix description in ajax demo
authorScott González <scott.gonzalez@gmail.com>
Wed, 27 Aug 2014 18:07:52 +0000 (14:07 -0400)
committerScott González <scott.gonzalez@gmail.com>
Wed, 27 Aug 2014 18:09:04 +0000 (14:09 -0400)
Closes jquery/jqueryui.com#90

demos/tabs/ajax.html

index 9892fe1923b6087a1679dd1b805774acf7e4918d..ba766dd298d7f402d6ac64ebd924b07c7c4697bf 100644 (file)
@@ -39,7 +39,7 @@
 </div>
 
 <div class="demo-description">
-<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>
+<p>Fetch external content via Ajax for the tabs by setting an href value in the tab links.</p>
 <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>
 </div>
 </body>