added timepicker to add show form.

This commit is contained in:
Naomi 2011-01-28 18:24:52 -05:00
parent 38b01ea43f
commit 476cf99019
5 changed files with 884 additions and 1 deletions

View file

@ -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