mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-16 11:11:43 +00:00
still getting jquery not defined
This commit is contained in:
parent
a02776506f
commit
e1913d6929
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ updateStats = (newStats, update) ->
|
|||
userSet 'stats.hp', 50, update
|
||||
if !userObj.items.itemsEnabled and newStats.exp >=15
|
||||
userSet 'items.itemsEnabled', true, update
|
||||
if (jQuery) #can't run this on the server
|
||||
if ($?) #can't run this on the server
|
||||
$('ul.items').popover
|
||||
title: content.items.unlockedMessage.title
|
||||
placement: 'left'
|
||||
|
|
|
|||
Loading…
Reference in a new issue