diff --git a/views/new-bookmark.php b/views/new-bookmark.php index 6465f7e..5590608 100644 --- a/views/new-bookmark.php +++ b/views/new-bookmark.php @@ -13,9 +13,8 @@
- + -

Note: This will be changing to bookmark-of in the near future. It is best for your code to accept both for now.

@@ -78,7 +77,7 @@ $(function(){ }); $.post("/micropub/post", { - bookmark: $("#note_bookmark").val(), + 'bookmark-of': $("#note_bookmark").val(), name: $("#note_name").val(), content: $("#note_content").val(), category: $("#note_category").val(),