mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-15 18:39:58 +01:00
fixed tooltip loading on loading more questions/answers
This commit is contained in:
parent
d487dd5906
commit
221025fef7
2 changed files with 3 additions and 2 deletions
|
@ -1 +1 @@
|
|||
($ document).ready -> ($ '[data-toggle="tooltip"]').tooltip()
|
||||
($ document).ready -> ($ '[data-toggle="tooltip"]').tooltip()
|
||||
|
|
|
@ -12,4 +12,5 @@ jQuery ->
|
|||
$.getScript more_posts_url, ->
|
||||
$this.text('Load more').removeClass('disabled') if $this
|
||||
loading_posts = false
|
||||
return
|
||||
$('[data-toggle="tooltip"]').tooltip()
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue