aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorunknown <joern.zaefferer@gmail.com>2010-03-30 22:08:43 +0200
committerunknown <joern.zaefferer@gmail.com>2010-03-30 22:08:43 +0200
commit649fc8f4bd4c11c67ea9bb92aa35a3295caa9d2a (patch)
treef8faa10aa83ba30cb1b28f1253c4f7a2e654cf0e /demos
parent9dfbb3fc3ffb197bece9217ce6e0f445cf7db6ad (diff)
downloadjquery-ui-649fc8f4bd4c11c67ea9bb92aa35a3295caa9d2a.tar.gz
jquery-ui-649fc8f4bd4c11c67ea9bb92aa35a3295caa9d2a.zip
Shopping-Cart demo: Fix demo title
Diffstat (limited to 'demos')
-rw-r--r--demos/droppable/shopping-cart.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/droppable/shopping-cart.html b/demos/droppable/shopping-cart.html
index 4cfd2e199..de8ce4fe3 100644
--- a/demos/droppable/shopping-cart.html
+++ b/demos/droppable/shopping-cart.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
- <title>jQuery UI Droppable - Default Demo</title>
+ <title>jQuery UI Droppable - Shopping Cart Demo</title>
<link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.4.2.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.core.js"></script>