1
0
Fork 0
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:
Luke Pulverenti 2015-10-28 16:56:25 -04:00
parent 0320ad7256
commit 3c08769c6c
29 changed files with 961 additions and 844 deletions

View file

@ -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: {