Revision 772:c4f8106ce808 vendor/plugins/redmine_tags/assets/javascripts
| vendor/plugins/redmine_tags/assets/javascripts/tags_input.js | ||
|---|---|---|
| 94 | 94 |
} |
| 95 | 95 |
|
| 96 | 96 |
|
| 97 |
function observeProjectTagsField(url) {
|
|
| 98 |
new Redmine.TagsInput('project_tag_list').autocomplete('project_tag_candidates', url);
|
|
| 97 |
function observeProjectTagsField(url, index) {
|
|
| 98 |
if(index){
|
|
| 99 |
new Redmine.TagsInput('project_tag_list').autocomplete('project_tag_candidates', url);
|
|
| 100 |
}else{
|
|
| 101 |
new Redmine.TagsInput('project_tag_list').autocomplete('project_tag_candidates', url);
|
|
| 102 |
} |
|
| 99 | 103 |
} |
Also available in: Unified diff