mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-29 16:58:21 -05:00
Ensure that promoted link trackers are fetched in bare page loads.
This commit is contained in:
@@ -70,7 +70,10 @@ r.ui.refreshListing = function() {
|
||||
url: url.attr('base') + url.attr('path'),
|
||||
data: params
|
||||
}).done(function(resp) {
|
||||
$('body > .content').html(resp)
|
||||
$('body > .content')
|
||||
.html(resp)
|
||||
.find('.promotedlink.promoted:visible')
|
||||
.trigger('onshow')
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user