mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-12-12 10:32:46 +00:00
init datepicker for #revisionstartdate
This commit is contained in:
parent
ebdfc45b69
commit
040839714d
|
|
@ -15,7 +15,7 @@ $(document).ready( function() {
|
||||||
|
|
||||||
$('body').on('touchstart.dropdown', '.dropdown-menu', function (e) { e.stopPropagation(); });
|
$('body').on('touchstart.dropdown', '.dropdown-menu', function (e) { e.stopPropagation(); });
|
||||||
|
|
||||||
$('#expirationdate, #fromdate, #todate, #createstartdate, #createenddate, #expirationstartdate, #expirationenddate')
|
$('#expirationdate, #fromdate, #todate, #createstartdate, #createenddate, #expirationstartdate, #expirationenddate, #revisionstartdate')
|
||||||
.datepicker()
|
.datepicker()
|
||||||
.on('changeDate', function(ev){
|
.on('changeDate', function(ev){
|
||||||
$(ev.currentTarget).datepicker('hide');
|
$(ev.currentTarget).datepicker('hide');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user