Set the focus to the new context name by default

This commit is contained in:
Matt Rogers 2011-10-10 21:44:59 -05:00
parent 5f5a2045b5
commit 9a42fa8067

View file

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