Missed the tags field for the firstSelect plugin setup in my previous commit.

This commit is contained in:
tim madden 2011-02-10 00:20:06 +08:00 committed by Reinier Balt
parent e528af30a6
commit d3fbe83ecd

View file

@ -956,7 +956,8 @@ function enable_rich_interaction(){
//terms.push( "" );
this.value = terms.join( ", " );
return false;
}
},
selectFirst: true
});