diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-06-20 21:47:49 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-06-20 21:47:49 +0200 |
commit | 545219b839aa6f3f8f822968497a03c101174fde (patch) | |
tree | ac6c29d1c76b95ab368b39f57cd144e91d5ccb86 /include | |
parent | e40112b40dc7dd0e8b235800d85ef070f428e2c2 (diff) | |
parent | 985fb44424a8f321b77ed96466190e5fdeca34d6 (diff) | |
download | volse-hubzilla-545219b839aa6f3f8f822968497a03c101174fde.tar.gz volse-hubzilla-545219b839aa6f3f8f822968497a03c101174fde.tar.bz2 volse-hubzilla-545219b839aa6f3f8f822968497a03c101174fde.zip |
Merge branch 'dev' into sabre32
Diffstat (limited to 'include')
-rw-r--r-- | include/datetime.php | 2 |
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 != '') |