when adding an event, set focus to its name input field
This commit is contained in:
parent
db25eec98b
commit
c7d268a7aa
3 changed files with 19 additions and 6 deletions
|
|
@ -482,6 +482,7 @@ Ox.ListCalendar = function(options, self) {
|
|||
Ox.print('TIME TO SET LIST OPTIONS:', +new Date() - time0);
|
||||
self.$calendar.addEvent(event);
|
||||
selectEvent(event);
|
||||
self.$nameInput.focusInput();
|
||||
} else {
|
||||
alert(result.status.code)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue