put that damn tooltip in the callback function.
This commit is contained in:
parent
597c54aa93
commit
53cb527c7f
|
@ -12,5 +12,5 @@ jQuery ->
|
|||
$.getScript more_posts_url, ->
|
||||
$this.text('Load more').removeClass('disabled') if $this
|
||||
loading_posts = false
|
||||
$('[data-toggle="tooltip"]').tooltip()
|
||||
$('[data-toggle="tooltip"]').tooltip()
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue