fixed tooltip loading on loading more questions/answers
This commit is contained in:
parent
d487dd5906
commit
221025fef7
|
@ -12,4 +12,5 @@ jQuery ->
|
||||||
$.getScript more_posts_url, ->
|
$.getScript more_posts_url, ->
|
||||||
$this.text('Load more').removeClass('disabled') if $this
|
$this.text('Load more').removeClass('disabled') if $this
|
||||||
loading_posts = false
|
loading_posts = false
|
||||||
|
$('[data-toggle="tooltip"]').tooltip()
|
||||||
return
|
return
|
Loading…
Reference in New Issue