Skip to content

Commit

Permalink
Set the default of the date picker for editing
Browse files Browse the repository at this point in the history
an abstraction to 100 years ago.  Will need
to be solved for real by #56
  • Loading branch information
mgurley committed Oct 5, 2014
1 parent 40330e9 commit 4c73478
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/javascripts/abstractor/abstractor.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Abstractor.AbstractionUI = function(){
altFormat: 'yy-mm-dd',
dateFormat: 'yy-mm-dd',
changeMonth: true,
changeYear: true
changeYear: true,
yearRange: "-100:+0"
});
});
parent_div.addClass('highlighted');
Expand Down

0 comments on commit 4c73478

Please sign in to comment.