aboutsummaryrefslogtreecommitdiffstats
path: root/include/datetime.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-06-20 13:43:36 -0700
committerredmatrix <git@macgirvin.com>2016-06-20 13:43:36 -0700
commit3a43b1d85d12497eeee99ad5948e4ee420809418 (patch)
treeb5158036e1b10961e09d4c6275074c01cc0bf69f /include/datetime.php
parent01bfadaeaa6440586aba74cf098b38a9a134a510 (diff)
parent670d12219b3afb84b4180a0dae71077dbda4f09d (diff)
downloadvolse-hubzilla-3a43b1d85d12497eeee99ad5948e4ee420809418.tar.gz
volse-hubzilla-3a43b1d85d12497eeee99ad5948e4ee420809418.tar.bz2
volse-hubzilla-3a43b1d85d12497eeee99ad5948e4ee420809418.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'include/datetime.php')
-rw-r--r--include/datetime.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/datetime.php b/include/datetime.php
index bf58866e9..600ad6ec4 100644
--- a/include/datetime.php
+++ b/include/datetime.php
@@ -224,7 +224,7 @@ function datetimesel($format, $min, $max, $default, $label, $id = 'datetimepicke
$pickers = '';
if(!$pickdate) $pickers .= ',datepicker: false';
- if(!$picktime) $pickers .= ',timepicker: false';
+ if(!$picktime) $pickers .= ',timepicker: false, closeOnDateSelect:true';
$extra_js = '';
if($minfrom != '')