summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2016-02-11 02:42:25 +0000
committerAaron Parecki <aaron@parecki.com>2016-02-11 02:42:25 +0000
commit1fdf8feb67fd11f46811fe925537ab6bf3e4d626 (patch)
tree65ed94da922c673d183879fa1f337565bdeed9ca /views
parentc59616a7c4e99eadafa7b856e5647df60179bb38 (diff)
switch to bookmark-of
Diffstat (limited to 'views')
-rw-r--r--views/new-bookmark.php5
1 files 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 @@
<form role="form" style="margin-top: 20px;" id="note_form">
<div class="form-group">
- <label for="note_bookmark"><code>bookmark</code></label>
+ <label for="note_bookmark"><code>bookmark-of</code></label>
<input type="text" id="note_bookmark" value="<?= $this->bookmark_url ?>" class="form-control">
- <p class="help-block">Note: This will be changing to <code>bookmark-of</code> in the near future. It is best for your code to accept both for now.</p>
</div>
<div class="form-group">
@@ -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(),