r70427 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70426‎ | r70427 | r70428 >
Date:21:21, 3 August 2010
Author:tparscal
Status:ok
Tags:
Comment:
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) (history)

Diff [purge]

Index: branches/resourceloader/phase3/resources/test/index.html
@@ -19,7 +19,7 @@
2020 </p>
2121 <p>
2222 <strong>Datepicker....</strong>
23 - <div id="datepicker"></div>
 23+ <input type="text" id="datepicker" />
2424 </p>
2525 <script type="text/javascript" >
2626 mw.loader.load( ['test', 'jquery.ui.core', 'jquery.ui.datepicker'] );

Status & tagging log