Revision 778:c118d3389088 vendor/plugins/redmine_tags/assets
| vendor/plugins/redmine_tags/assets/javascripts/tags_input.js | ||
|---|---|---|
| 93 | 93 |
new Redmine.TagsInput('issue_tag_list').autocomplete('issue_tag_candidates', url);
|
| 94 | 94 |
} |
| 95 | 95 |
|
| 96 |
|
|
| 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 |
} |
|
| 96 |
function observeProjectTagsField(url) {
|
|
| 97 |
new Redmine.TagsInput('project_tag_list').autocomplete('project_tag_candidates', url);
|
|
| 103 | 98 |
} |
Also available in: Unified diff