fix typo in product var name
This commit is contained in:
Родитель
45df2349f6
Коммит
bf6090c559
|
@ -19,7 +19,7 @@
|
|||
// Show "Install" button if I'm installing from the Reviewer Tools,
|
||||
// I already purchased this, or if it's free!
|
||||
if (location.pathname.indexOf('/reviewers/') > -1 ||
|
||||
$product.isPurchased || !product.price) {
|
||||
product.isPurchased || !product.price) {
|
||||
install(product);
|
||||
return;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче