reduce size of json by pulling interesting fields above instead of relying on the entire thing
This commit is contained in:
parent
296a4e7603
commit
073020c6d2
3 changed files with 139092 additions and 4 deletions
|
|
@ -237,7 +237,7 @@ function getPropertyHTML(property) {
|
|||
<div>
|
||||
<img src="${property.properties.photo_thumbnail}" style="width:100%; height:auto;">
|
||||
<p>
|
||||
<strong>Available from:</strong> ${property.properties.info.property.let_date_available}
|
||||
<strong>Available from:</strong> ${property.properties.available_from}
|
||||
<br />
|
||||
<strong>Price:</strong> £${property.properties.total_price}
|
||||
<br />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue