mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update connect
This commit is contained in:
parent
2f83f86ee8
commit
c7da2478bb
21 changed files with 72 additions and 28 deletions
2
dashboard-ui/thirdparty/cordova/iap.js
vendored
2
dashboard-ui/thirdparty/cordova/iap.js
vendored
|
@ -88,12 +88,10 @@
|
|||
// show some logs and finish the transaction.
|
||||
store.when(unlockAppProductId).approved(function (order) {
|
||||
log('You just unlocked the FULL VERSION!');
|
||||
alert('approved');
|
||||
order.finish();
|
||||
});
|
||||
|
||||
store.when(unlockAppProductId).verified(function (p) {
|
||||
alert('verified');
|
||||
log("verified");
|
||||
p.finish();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue