Revision: 1627
http://mrbs.svn.sourceforge.net/mrbs/?rev=1627&view=rev
Author: cimorrison
Date: 2010-11-22 14:39:15 +0000 (Mon, 22 Nov 2010)
Log Message:
-----------
Fixed problem with the en-US datepicker setting
Modified Paths:
--------------
mrbs/trunk/web/jquery/ui/jquery-ui-datepicker-en-US.js
Modified: mrbs/trunk/web/jquery/ui/jquery-ui-datepicker-en-US.js
===================================================================
--- mrbs/trunk/web/jquery/ui/jquery-ui-datepicker-en-US.js 2010-11-22
11:12:47 UTC (rev 1626)
+++ mrbs/trunk/web/jquery/ui/jquery-ui-datepicker-en-US.js 2010-11-22
14:39:15 UTC (rev 1627)
@@ -1,8 +1,8 @@
/* $Id$ */
-/* English (defaults to US) initialisation for the jQuery UI date picker
plugin. */
+/* US English initialisation for the jQuery UI date picker plugin. */
/* Based on the en-GB initialisation */
jQuery(function($){
- $.datepicker.regional['en'] = {
+ $.datepicker.regional['en-US'] = {
closeText: 'Done',
prevText: 'Prev',
nextText: 'Next',
@@ -20,5 +20,5 @@
isRTL: false,
showMonthAfterYear: false,
yearSuffix: ''};
- $.datepicker.setDefaults($.datepicker.regional['en']);
+ $.datepicker.setDefaults($.datepicker.regional['en-US']);
});
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
Spend less time writing and rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits