Browse Source

fix category array for bookmarks

pull/35/head
Aaron Parecki 8 years ago
parent
commit
f852b1b24f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      views/new-bookmark.php

+ 1
- 1
views/new-bookmark.php View File

@ -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);

Loading…
Cancel
Save