From 3f61541094fb0c6836a6b3afaea58d7bead9ade9 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Thu, 21 Apr 2016 19:34:22 -0700 Subject: accept new json q=syndicate-to response closes #36 --- views/partials/syndication-js.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'views/partials') diff --git a/views/partials/syndication-js.php b/views/partials/syndication-js.php index bd657f3..088cb43 100644 --- a/views/partials/syndication-js.php +++ b/views/partials/syndication-js.php @@ -5,8 +5,9 @@ function reload_syndications() { $("#syndication-container").html(''); for(var i in data.targets) { var target = data.targets[i].target; + var uid = data.targets[i].uid; var favicon = data.targets[i].favicon; - $("#syndication-container ul").append('
  • '); + $("#syndication-container ul").append('
  • '); } bind_syndication_buttons(); } else { -- cgit v1.2.3