mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-05-21 05:08:42 +00:00
removing old progressbar
This commit is contained in:
parent
541ab5c656
commit
dbf104aaa6
1 changed files with 0 additions and 3 deletions
|
|
@ -102,9 +102,6 @@ ready (model) ->
|
|||
# or the item's id property
|
||||
list.pass(ignore: domId).move {id}, to
|
||||
|
||||
$("#tnl-bar" ).progressbar value: model.at('_user.exp')/model.at('_tnl') * 100
|
||||
$("#hp-bar" ).progressbar value: model.at('_user.hp')/50 * 100
|
||||
|
||||
exports.addTask = (e, el, next) ->
|
||||
type = $(el).attr('data-task-type')
|
||||
list = model.at "_#{type}List"
|
||||
|
|
|
|||
Loading…
Reference in a new issue