put that damn tooltip in the callback function.

This commit is contained in:
nilsding 2015-01-15 17:47:54 +01:00
parent 597c54aa93
commit 53cb527c7f
1 changed files with 1 additions and 1 deletions

View File

@ -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