summaryrefslogtreecommitdiff
path: root/views/new-post.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/new-post.php')
-rw-r--r--views/new-post.php2
1 files changed, 1 insertions, 1 deletions
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);