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 3a07827801
commit 04f11c6b0c

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() */