mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 03:30:25 +00:00
tags: eff it, refresh after saving tags
This commit is contained in:
parent
fa7232760c
commit
b561dcba09
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ module.exports.app = (appExports, model) ->
|
|||
appExports.toggleEditingTags = ->
|
||||
before = model.get('_editingTags')
|
||||
model.set '_editingTags', !before, ->
|
||||
browser.resetDom(model) if before is true #when they're done, refresh the page
|
||||
location.reload() if before is true #when they're done, refresh the page
|
||||
|
||||
appExports.filtersDeleteTag = (e, el) ->
|
||||
tags = user.get('tags')
|
||||
|
|
|
|||
Loading…
Reference in a new issue