Unverified Commit 58bf8318 authored by Serge S. Koval's avatar Serge S. Koval Committed by GitHub

Merge pull request #2035 from michaelbukachi/master

fix: Fix bs4 popover
parents e40eaf94 e4671904
......@@ -465,8 +465,11 @@
});
return true;
case 'x-editable-combodate':
let template = $el.data('template')
el.removeAttribute('data-template')
$el.editable({
params: overrideXeditableParams,
template: template,
combodate: {
// prevent minutes from showing in 5 minute increments
minuteStep: 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment