Browse Source

send h-product

pull/64/head
Aaron Parecki 7 years ago
parent
commit
6d1756a512
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      views/review.php

+ 5
- 2
views/review.php View File

@ -8,7 +8,7 @@
<form role="form" style="margin-top: 20px;" id="note_form"> <form role="form" style="margin-top: 20px;" id="note_form">
<h2>Item</h2>
<h2>Product</h2>
<div class="row"> <div class="row">
<div class="col-xs-6"> <div class="col-xs-6">
@ -63,6 +63,9 @@
</div> </div>
<style type="text/css"> <style type="text/css">
.alert {
margin-top: 1em;
}
.rating-stars { .rating-stars {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
@ -208,7 +211,7 @@ $(function(){
var review = { var review = {
item: [{ item: [{
type: "h-item",
type: "h-product",
properties: { properties: {
name: [$("#item_name").val()], name: [$("#item_name").val()],
url: [$("#item_url").val()] url: [$("#item_url").val()]

Loading…
Cancel
Save