We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efec40 commit 238b468Copy full SHA for 238b468
BookReview.html
@@ -74,8 +74,10 @@
74
var html = imageLink + authorText + review;
75
$('#showtext').val( html);
76
$('#preview').html(html);
77
+ const title = $('#title').val();
78
+ const asin = $('#asin').val();
79
$("#showjson").val(JSON.stringify({
- name: $('#title').val(),
80
+ name: title,
81
url: `http://www.amazon.com/dp/${asin}?tag=fromdevtools-20`,
82
imageUrl: data.url
83
}));
0 commit comments