Tag autocomplete

This commit is contained in:
Eric Allen 2009-10-16 19:23:11 -04:00
parent bfc6189611
commit 01e4cdb178
3 changed files with 6 additions and 0 deletions

View file

@ -265,6 +265,7 @@ function enable_rich_interaction(){
$('input[name=context_name]').autocomplete(contextNames);
$('input[name=project[default_context_name]]').autocomplete(contextNames);
$('input[name=project_name]').autocomplete(projectNames);
$('input[name=tag_list]').autocomplete(tagNames, {multiple: true,multipleSeparator:','});
/* have to bind on keypress because of limitataions of live() */
$('input[name=project_name]').live('keypress', function(){