Issue #13 Due time handling (local time / UTC)
This commit is contained in:
@@ -129,7 +129,6 @@
|
||||
{/block}
|
||||
{block javascript}
|
||||
<script type="text/javascript">
|
||||
var default_time = '{$default_time}';
|
||||
document.getElementById('id_summary').focus();{literal}
|
||||
$(document).ready(function(){
|
||||
$("#id_due_dtime").datepicker({
|
||||
@@ -137,10 +136,7 @@ $(document).ready(function(){
|
||||
changeMonth: true,
|
||||
yearRange: '-0:+5',
|
||||
constrainInput: false,
|
||||
dateFormat: 'yy-mm-dd',
|
||||
onSelect: function(dateText, inst) {
|
||||
this.value = dateText + ' ' + default_time;
|
||||
}
|
||||
dateFormat: 'yy-mm-dd'
|
||||
});
|
||||
$('#due_dtime_wrapper').mouseover(function(){
|
||||
$('#due_dtime_more_shortcuts').show();
|
||||
|
Reference in New Issue
Block a user