Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Commit

Permalink
updated podcast pages: updated podcast image lazy loading to work whe…
Browse files Browse the repository at this point in the history
…n switching between year filters (since lazy loading typically is triggered by a scroll event and there is no scroll event when switching between years)
  • Loading branch information
mokolabs committed Aug 19, 2013
1 parent 41fc837 commit 2efcf17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/javascripts/global.js.coffee
Expand Up @@ -26,7 +26,8 @@ $(document).ready ->
$(".filter_" + year).addClass cur
$(".published_in_" + year).show()
$("#filter input").val ""

$('img.lazy').lazyload()

# Search Filtering
$('form.search').each (i, form) ->
$form = $(form)
Expand Down

0 comments on commit 2efcf17

Please sign in to comment.