From 1c4bf54da4ca2419598a8cb541b3cb3737452aab Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Fri, 23 Jan 2015 12:40:19 -0800 Subject: use php arrays for syndicate-to properties --- views/new-post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/new-post.php') diff --git a/views/new-post.php b/views/new-post.php index 12c01f9..a03259c 100644 --- a/views/new-post.php +++ b/views/new-post.php @@ -126,7 +126,7 @@ $(function(){ location: $("#note_location").val(), category: $("#note_category").val(), slug: $("#note_slug").val(), - 'syndicate-to': syndications.join(',') + 'syndicate-to': syndications }, function(data){ var response = JSON.parse(data); -- cgit v1.2.3