fix missing file
This commit is contained in:
parent
1fbb32df8c
commit
520cea9b43
9 changed files with 25 additions and 15 deletions
4
dashboard-ui/cordova/iap.js
vendored
4
dashboard-ui/cordova/iap.js
vendored
|
@ -14,6 +14,10 @@
|
|||
|
||||
function updateProductInfo(product) {
|
||||
|
||||
if (product.id == 'appunlock') {
|
||||
product.owned = false;
|
||||
}
|
||||
|
||||
updatedProducts = updatedProducts.filter(function (r) {
|
||||
return r.id != product.id;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue