Merge pull request #40 from mattr-/ticket-1200

Set the focus to the new context name by default
This commit is contained in:
Reinier Balt 2011-10-15 04:40:47 -07:00
commit abf537ee40

View file

@ -890,6 +890,8 @@ var ContextListPage = {
update: update_order
})
});
$('#context-form #context_name').focus();
}
}