mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-24 14:27:58 -05:00
Fix in-page refresh of user flair when changed.
This commit is contained in:
@@ -1968,7 +1968,7 @@ class ApiController(RedditController):
|
||||
jquery('input[name="css_class"]').data('saved', css_class)
|
||||
form.set_html('.status', _('saved'))
|
||||
form.set_html(
|
||||
'.user',
|
||||
'.tagline',
|
||||
WrappedUser(user, force_show_flair=True).render(style='html'))
|
||||
|
||||
@validate(VFlairManager(),
|
||||
|
||||
Reference in New Issue
Block a user