mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update polymer components
This commit is contained in:
parent
0320ad7256
commit
3c08769c6c
29 changed files with 961 additions and 844 deletions
6
dashboard-ui/cordova/iap.js
vendored
6
dashboard-ui/cordova/iap.js
vendored
|
@ -97,9 +97,9 @@
|
|||
|
||||
}).fail(function (e) {
|
||||
|
||||
alert('validate fail');
|
||||
|
||||
if (e.status == 402) {
|
||||
alert('validate fail - expired');
|
||||
|
||||
callback(false, {
|
||||
code: store.PURCHASE_EXPIRED,
|
||||
error: {
|
||||
|
@ -107,6 +107,8 @@
|
|||
}
|
||||
});
|
||||
} else {
|
||||
alert('validate fail - other');
|
||||
|
||||
callback(false, {
|
||||
code: store.CONNECTION_FAILED,
|
||||
error: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue