diff --git a/r2/r2/public/static/js/jquery.reddit.js b/r2/r2/public/static/js/jquery.reddit.js index 58f8906bc..592f5f893 100644 --- a/r2/r2/public/static/js/jquery.reddit.js +++ b/r2/r2/public/static/js/jquery.reddit.js @@ -510,6 +510,7 @@ $.fn.replace_things = function(things, keep_children, reveal, stubs) { /* lastly, set the event handlers for these new things */ thing_init_func(new_thing); + $(document).trigger('new_thing', new_thing) return new_thing; });