summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/new-bookmark.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/new-bookmark.php b/views/new-bookmark.php
index 00befcc..4797bb3 100644
--- a/views/new-bookmark.php
+++ b/views/new-bookmark.php
@@ -80,7 +80,7 @@ $(function(){
'bookmark-of': $("#note_bookmark").val(),
name: $("#note_name").val(),
content: $("#note_content").val(),
- category: $("#note_category").val(),
+ category: csv_to_array($("#note_category").val()),
'syndicate-to': syndications
}, function(data){
var response = JSON.parse(data);