fix missing file

This commit is contained in:
Luke Pulverenti 2015-10-14 18:35:32 -04:00
parent 1fbb32df8c
commit 520cea9b43
9 changed files with 25 additions and 15 deletions

View file

@ -14,6 +14,10 @@
function updateProductInfo(product) {
if (product.id == 'appunlock') {
product.owned = false;
}
updatedProducts = updatedProducts.filter(function (r) {
return r.id != product.id;
});