Use the correct selector in POST_traffic_viewer.

This commit is contained in:
bsimpson63
2013-04-14 17:56:47 -04:00
parent 89a2638bd7
commit 1f64bf6e83

View File

@@ -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