From 1fdf8feb67fd11f46811fe925537ab6bf3e4d626 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Thu, 11 Feb 2016 02:42:25 +0000 Subject: [PATCH] switch to bookmark-of --- views/new-bookmark.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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(),