mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
change to plus 100 years as opposed to hard coded date
This commit is contained in:
parent
3ccb96897c
commit
23991e583e
@ -351,7 +351,7 @@ include("head.inc");
|
||||
|
||||
<script>
|
||||
jQuery(function() {
|
||||
jQuery( "#expires" ).datepicker( { dateFormat: 'mm/dd/yy', changeYear: true, yearRange: "+0:2099" } );
|
||||
jQuery( "#expires" ).datepicker( { dateFormat: 'mm/dd/yy', changeYear: true, yearRange: "+0:+100" } );
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user