mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-12 10:24:22 +01:00
Missed the tags field for the firstSelect plugin setup in my previous commit.
This commit is contained in:
parent
e528af30a6
commit
d3fbe83ecd
1 changed files with 2 additions and 1 deletions
|
|
@ -956,7 +956,8 @@ function enable_rich_interaction(){
|
||||||
//terms.push( "" );
|
//terms.push( "" );
|
||||||
this.value = terms.join( ", " );
|
this.value = terms.join( ", " );
|
||||||
return false;
|
return false;
|
||||||
}
|
},
|
||||||
|
selectFirst: true
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue