added timepicker to add show form.
This commit is contained in:
parent
38b01ea43f
commit
476cf99019
5 changed files with 884 additions and 1 deletions
|
@ -68,6 +68,8 @@ function setAddShowEvents() {
|
|||
createDateInput(start, startDpSelect);
|
||||
createDateInput(end, endDpSelect);
|
||||
|
||||
$("#add_show_start_time").timepicker();
|
||||
|
||||
$("#add_show_hosts_autocomplete").autocomplete({
|
||||
source: findHosts,
|
||||
select: autoSelect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue