mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-15 18:39:58 +01:00
put that damn tooltip in the callback function.
This commit is contained in:
parent
597c54aa93
commit
53cb527c7f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue