diff --git a/r2/r2/controllers/promotecontroller.py b/r2/r2/controllers/promotecontroller.py index 50ca38a22..f41c11575 100644 --- a/r2/r2/controllers/promotecontroller.py +++ b/r2/r2/controllers/promotecontroller.py @@ -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