diff options
Diffstat (limited to 'views/new-bookmark.php')
| -rw-r--r-- | views/new-bookmark.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/views/new-bookmark.php b/views/new-bookmark.php index 068422f..0cc19d7 100644 --- a/views/new-bookmark.php +++ b/views/new-bookmark.php @@ -89,7 +89,7 @@ $(function(){        'bookmark-of': $("#note_bookmark").val(),        name: $("#note_name").val(),        content: $("#note_content").val(), -      category: csv_to_array($("#note_category").val()), +      category: tokenfieldToArray("#note_category"),        '<?= $this->user->micropub_syndicate_field ?>': syndications      }, function(response){        if(response.location != false) {  | 
