fixed tooltip loading on loading more questions/answers

This commit is contained in:
ix 2015-01-06 18:56:43 +01:00
parent d487dd5906
commit 221025fef7
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
($ document).ready -> ($ '[data-toggle="tooltip"]').tooltip()
($ document).ready -> ($ '[data-toggle="tooltip"]').tooltip()

View File

@ -12,4 +12,5 @@ jQuery ->
$.getScript more_posts_url, ->
$this.text('Load more').removeClass('disabled') if $this
loading_posts = false
return
$('[data-toggle="tooltip"]').tooltip()
return