summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2016-12-15 15:23:48 -0800
committerAaron Parecki <aaron@parecki.com>2016-12-15 15:23:48 -0800
commit6d1756a5120c2a7498ce99212c4df82cb97a23e3 (patch)
treed9addd429b3254c3045cc8a6ccbaa01e92c6bf35
parent64452d3d6c58cf12abbef83d0e09ca8404fcfcbd (diff)
send h-product
-rw-r--r--views/review.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/views/review.php b/views/review.php
index 4379747..dacc797 100644
--- a/views/review.php
+++ b/views/review.php
@@ -8,7 +8,7 @@
<form role="form" style="margin-top: 20px;" id="note_form">
- <h2>Item</h2>
+ <h2>Product</h2>
<div class="row">
<div class="col-xs-6">
@@ -63,6 +63,9 @@
</div>
<style type="text/css">
+.alert {
+ margin-top: 1em;
+}
.rating-stars {
display: flex;
flex-direction: row;
@@ -208,7 +211,7 @@ $(function(){
var review = {
item: [{
- type: "h-item",
+ type: "h-product",
properties: {
name: [$("#item_name").val()],
url: [$("#item_url").val()]