Fixed tag refreshing
This commit is contained in:
parent
3d7967e7c1
commit
e57de564d9
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ App.Services.TagList = function(jQuery) {
|
|||
return tags;
|
||||
}
|
||||
|
||||
refreshTags();
|
||||
|
||||
return {
|
||||
refreshTags: refreshTags,
|
||||
getTags: getTags,
|
||||
|
|
Loading…
Reference in a new issue