mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
Update popup.html
This commit is contained in:
parent
404c894a9a
commit
f4fb37fc84
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ $(function(){
|
||||||
, onSelect:function(){
|
, onSelect:function(){
|
||||||
$(this).prev('input[type="hidden"]').val(this.value.replace(/-/g,""));
|
$(this).prev('input[type="hidden"]').val(this.value.replace(/-/g,""));
|
||||||
}
|
}
|
||||||
,minDate: new Date("{date('Y-m-d',time()+60*60*24*30)}")
|
,minDate: new Date("{date('Y-m-d',time())}")
|
||||||
};
|
};
|
||||||
$.extend(option,$.datepicker.regional['{$lang_type}']);
|
$.extend(option,$.datepicker.regional['{$lang_type}']);
|
||||||
$(".inputDate").datepicker(option);
|
$(".inputDate").datepicker(option);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue