Adding selectFirst to depends on field too...

This commit is contained in:
tim madden 2011-03-02 23:26:04 +08:00 committed by Reinier Balt
parent 668ef4fb23
commit 9bc79bf80e

View file

@ -1096,7 +1096,8 @@ function enable_rich_interaction(){
$(form).find('input[name=predecessor_input]').val('');
$(form).find('input[name=predecessor_input]').focus();
return false;
}
},
selectFirst: true
});
/* have to bind on keypress because of limitations of live() */