mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-21 02:17:50 +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, ->
|
$.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()
|
$('[data-toggle="tooltip"]').tooltip()
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue