mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
Remove comment
This commit is contained in:
@@ -190,7 +190,6 @@ preenHistory = (history) ->
|
|||||||
Update the in-browser store with new gear. FIXME this was in user.fns, but it was causing strange issues there
|
Update the in-browser store with new gear. FIXME this was in user.fns, but it was causing strange issues there
|
||||||
###
|
###
|
||||||
sortOrder = _.reduce content.gearTypes,((m,v,k)->m[v]=k;m), {}
|
sortOrder = _.reduce content.gearTypes,((m,v,k)->m[v]=k;m), {}
|
||||||
#sortOrder.potion = _.size(sortOrder) #potion goes last #actually, _.sortBy puts anything else last, so this is unecessary
|
|
||||||
api.updateStore = (user) ->
|
api.updateStore = (user) ->
|
||||||
return unless user
|
return unless user
|
||||||
changes= []
|
changes= []
|
||||||
|
|||||||
Reference in New Issue
Block a user