This commit is contained in:
Chris Van 2012-05-29 10:00:52 -07:00
Родитель 45df2349f6
Коммит bf6090c559
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;
}