http://www.mediawiki.org/wiki/Special:Code/MediaWiki/70427

Revision: 70427
Author:   tparscal
Date:     2010-08-03 21:21:54 +0000 (Tue, 03 Aug 2010)

Log Message:
-----------
Made datepicker bind to a text input (like it's supposed to) rather than a div

Modified Paths:
--------------
    branches/resourceloader/phase3/resources/test/index.html

Modified: branches/resourceloader/phase3/resources/test/index.html
===================================================================
--- branches/resourceloader/phase3/resources/test/index.html    2010-08-03 
21:11:16 UTC (rev 70426)
+++ branches/resourceloader/phase3/resources/test/index.html    2010-08-03 
21:21:54 UTC (rev 70427)
@@ -19,7 +19,7 @@
                </p>
                <p>
                        <strong>Datepicker....</strong>
-                       <div id="datepicker"></div>
+                       <input type="text" id="datepicker" />
                </p>
                <script type="text/javascript" >
                        mw.loader.load( ['test', 'jquery.ui.core', 
'jquery.ui.datepicker'] );



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to