mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 10:12:21 +00:00
html typo fix
This commit is contained in:
parent
ca14c39c5f
commit
2644e575ee
2 changed files with 1 additions and 2 deletions
|
|
@ -14,7 +14,6 @@ module.exports.batchTxn = batchTxn = (model, cb, options={}) ->
|
|||
paths = {}
|
||||
model._dontPersist = true
|
||||
ret = cb uObj, paths, batch
|
||||
console.log {cron: options.cron}
|
||||
_.each paths, (v,k) -> user.pass({cron:options.cron}).set(k,batch.get(k));true
|
||||
model._dontPersist = false
|
||||
# some hackery in our own branched racer-db-mongo, see findAndModify of lefnire/racer-db-mongo#habitrpg index.js
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
<user-gems:>
|
||||
<a class="pull-right gem-wallet" rel='popover' data-trigger='hover' data-title='Gems' data-content="Used for buying special items (reroll, eggs, hatching potions, etc). You'll need to unlock those features before being able to use Gems." data-placement='bottom'>
|
||||
<span class="task-action-btn tile flush bright add-gems-btn" x-bind="click:showStripe">+</span>
|
||||
<span class="task-action-btn tile flush neutral"><div class="Gems"></div> {gems(_user.balance)} Gems
|
||||
<span class="task-action-btn tile flush neutral"><div class="Gems"></div> {gems(_user.balance)} Gems</span>
|
||||
</a>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue