mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Fixed the spell list tab entry view popover to not popover when using the dropdown.
This commit is contained in:
parent
a25b1be916
commit
597ace25cc
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ module.exports = class SpellListTabEntryView extends SpellListEntryView
|
||||||
return unless found
|
return unless found
|
||||||
doc.owner = 'this'
|
doc.owner = 'this'
|
||||||
doc.shortName = doc.shorterName = doc.title = "this.#{doc.name}();"
|
doc.shortName = doc.shorterName = doc.title = "this.#{doc.name}();"
|
||||||
@$el.popover(
|
@$el.find('code').popover(
|
||||||
animation: true
|
animation: true
|
||||||
html: true
|
html: true
|
||||||
placement: 'bottom'
|
placement: 'bottom'
|
||||||
|
|
Loading…
Reference in a new issue