Fix unable to select multiple repeat days in calendar

This commit is contained in:
Nathan Gray 2015-10-14 14:50:02 +00:00
parent f7a8b0ed65
commit c4f46d361e

View File

@ -32,7 +32,9 @@ class etemplate_widget_menupopup extends etemplate_widget
'select-app', 'select-app',
'select-bool', 'select-bool',
'select-country', 'select-country',
'select-dow', // DOW needs some server-side pre-processing to unpack the options,
// so can't be skipped.
//'select-dow',
'select-number', 'select-number',
'select-priority', 'select-priority',
'select-percent', 'select-percent',