aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Grabanski <m@marcgrabanski.com>2008-06-01 17:53:28 +0000
committerMarc Grabanski <m@marcgrabanski.com>2008-06-01 17:53:28 +0000
commit3dfb02bc035e9ab73e1465b59901e1ae1efc5fcc (patch)
tree7649ed61f40cbe23fd78331d1601d539b7c59b2f
parentf4f8ba867ff4b2fa52dc42667923b76c9e302c3a (diff)
downloadjquery-ui-3dfb02bc035e9ab73e1465b59901e1ae1efc5fcc.tar.gz
jquery-ui-3dfb02bc035e9ab73e1465b59901e1ae1efc5fcc.zip
Changed datepicker header and demo paths.
-rw-r--r--ui/demos/functional/datepicker/index.html1
-rw-r--r--ui/source/ui.datepicker.js17
2 files changed, 10 insertions, 8 deletions
diff --git a/ui/demos/functional/datepicker/index.html b/ui/demos/functional/datepicker/index.html
index a2f0f34b8..b6b6686bd 100644
--- a/ui/demos/functional/datepicker/index.html
+++ b/ui/demos/functional/datepicker/index.html
@@ -17,7 +17,6 @@
<body>
<div id="wrap">
<div id="content">
- <h2>jQuery UI Datepicker v3.4.3 Examples</h2>
<ul id="tab_menu1" class="tabs">
<li><a href="#default">Defaults</a></li>
<li><a href="#invoke">Invocation</a></li>
diff --git a/ui/source/ui.datepicker.js b/ui/source/ui.datepicker.js
index 0ba8157ff..4676378d8 100644
--- a/ui/source/ui.datepicker.js
+++ b/ui/source/ui.datepicker.js
@@ -1,10 +1,13 @@
-/* jQuery UI Date Picker v3.4.3 (previously jQuery Calendar)
- Written by Marc Grabanski (m@marcgrabanski.com) and Keith Wood (kbwood@virginbroadband.com.au).
-
- Copyright (c) 2007 Marc Grabanski (http://marcgrabanski.com/code/ui-datepicker)
- Dual licensed under the MIT (MIT-LICENSE.txt)
- and GPL (GPL-LICENSE.txt) licenses.
- Date: 09-03-2007 */
+/*
+ * jQuery UI Datepicker
+ *
+ * Copyright (c) 2006, 2007, 2008 Marc Grabanski
+ * Dual licensed under the MIT (MIT-LICENSE.txt)
+ * and GPL (GPL-LICENSE.txt) licenses.
+ *
+ * http://docs.jquery.com/UI/Datepicker
+ * Marc Grabanski (m@marcgrabanski.com) and Keith Wood (kbwood@virginbroadband.com.au).
+ */
;(function($) { // hide the namespace