diff options
author | jzaefferer <joern.zaefferer@gmail.com> | 2010-11-02 16:41:11 +0100 |
---|---|---|
committer | jzaefferer <joern.zaefferer@gmail.com> | 2010-11-02 16:41:11 +0100 |
commit | fceb70d526587b78ceeaa7035ad5e9f152d79816 (patch) | |
tree | b5cd9a8c802924dda7d41e33aa4f4606aae597bd /demos/spinner/index.html | |
parent | 345592ff4a802a0049aae016d88605b135f6d13a (diff) | |
download | jquery-ui-fceb70d526587b78ceeaa7035ad5e9f152d79816.tar.gz jquery-ui-fceb70d526587b78ceeaa7035ad5e9f152d79816.zip |
Spinner: Adding overflow demo
Diffstat (limited to 'demos/spinner/index.html')
-rw-r--r-- | demos/spinner/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/spinner/index.html b/demos/spinner/index.html index f43f6e2a1..766f6552c 100644 --- a/demos/spinner/index.html +++ b/demos/spinner/index.html @@ -13,6 +13,7 @@ <li><a href="currency.html">Currency</a></li>
<li><a href="latlong.html">Map</a></li>
<li><a href="mousewheel-disabled.html">Mousewheel Disabled</a></li>
+ <li><a href="overflow.html">Overflow</a></li>
</ul>
</div>
</body>
|