diff options
author | jzaefferer <joern.zaefferer@gmail.com> | 2010-12-22 18:00:28 +0100 |
---|---|---|
committer | jzaefferer <joern.zaefferer@gmail.com> | 2010-12-22 18:00:28 +0100 |
commit | 8d39171fa285519203688084f3cf66c1e2ae0ada (patch) | |
tree | a5474b9092e40c9bac558b52a0a806e3ad1d5b7b /demos/spinner | |
parent | 2c89e9587eb0c0cc92ceca690bcbc8b3f0d907ca (diff) | |
download | jquery-ui-8d39171fa285519203688084f3cf66c1e2ae0ada.tar.gz jquery-ui-8d39171fa285519203688084f3cf66c1e2ae0ada.zip |
Fix demos index page to include globalization plugin for spinner demos, along a wording fix in spinner-time demo.
Diffstat (limited to 'demos/spinner')
-rw-r--r-- | demos/spinner/time.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/spinner/time.html b/demos/spinner/time.html index 72027eb1e..3f1efcad2 100644 --- a/demos/spinner/time.html +++ b/demos/spinner/time.html @@ -48,7 +48,7 @@ <div class="demo">
<p>
- <label for="spinner">Decimal spinner:</label>
+ <label for="spinner">Time spinner:</label>
<input id="spinner" name="spinner" value="08:30 PM" />
</p>
<p>
|