mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-02-07 05:04:55 -05:00
Use the correct selector in POST_traffic_viewer.
This commit is contained in:
@@ -627,7 +627,7 @@ class PromoteController(ListingController):
|
||||
form.set_html(".status:first", _("added"))
|
||||
if promote.add_traffic_viewer(thing, user):
|
||||
user_row = TrafficViewerList(thing).user_row('traffic', user)
|
||||
jquery("#traffic-table").show(
|
||||
jquery(".traffic-table").show(
|
||||
).find("table").insert_table_rows(user_row)
|
||||
|
||||
# send the user a message
|
||||
|
||||
Reference in New Issue
Block a user