Skip to content
This repository has been archived by the owner on Jun 21, 2018. It is now read-only.

Commit

Permalink
tag version 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
timcharper committed Feb 20, 2009
1 parent 6967fdc commit b5140a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions History.txt
@@ -1,3 +1,4 @@
== Version 1.14
* Added support for Rails 2.3 * Added support for Rails 2.3


== Version 1.13 == Version 1.13
Expand Down
2 changes: 1 addition & 1 deletion lib/calendar_date_select/calendar_date_select.rb
@@ -1,5 +1,5 @@
module CalendarDateSelect module CalendarDateSelect
VERSION = '1.13' VERSION = '1.14'
FORMATS = { FORMATS = {
:natural => { :natural => {
:date => "%B %d, %Y", :date => "%B %d, %Y",
Expand Down
@@ -1,4 +1,4 @@
// CalendarDateSelect version 1.13 - a prototype based date picker // CalendarDateSelect version 1.14 - a prototype based date picker
// Questions, comments, bugs? - see the project page: http://code.google.com/p/calendardateselect // Questions, comments, bugs? - see the project page: http://code.google.com/p/calendardateselect
if (typeof Prototype == 'undefined') alert("CalendarDateSelect Error: Prototype could not be found. Please make sure that your application's layout includes prototype.js (.g. <%= javascript_include_tag :defaults %>) *before* it includes calendar_date_select.js (.g. <%= calendar_date_select_includes %>)."); if (typeof Prototype == 'undefined') alert("CalendarDateSelect Error: Prototype could not be found. Please make sure that your application's layout includes prototype.js (.g. <%= javascript_include_tag :defaults %>) *before* it includes calendar_date_select.js (.g. <%= calendar_date_select_includes %>).");
if (Prototype.Version < "1.6") alert("Prototype 1.6.0 is required. If using earlier version of prototype, please use calendar_date_select version 1.8.3"); if (Prototype.Version < "1.6") alert("Prototype 1.6.0 is required. If using earlier version of prototype, please use calendar_date_select version 1.8.3");
Expand Down

0 comments on commit b5140a5

Please sign in to comment.