mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add new slider
This commit is contained in:
parent
e33e5875cf
commit
09d4af3357
133 changed files with 9418 additions and 256 deletions
4
dashboard-ui/cordova/iap.js
vendored
4
dashboard-ui/cordova/iap.js
vendored
|
@ -101,7 +101,7 @@
|
|||
store.when(unlockAppProductId).updated(function (product) {
|
||||
|
||||
if (product.loaded && product.valid && product.state == store.APPROVED) {
|
||||
console.log('finishing previously created transaction');
|
||||
Logger.log('finishing previously created transaction');
|
||||
product.finish();
|
||||
}
|
||||
updateProductInfo(product);
|
||||
|
@ -112,7 +112,7 @@
|
|||
// go ask your boss about it! (just in case)
|
||||
store.ready(function () {
|
||||
|
||||
console.log("Store ready");
|
||||
Logger.log("Store ready");
|
||||
});
|
||||
|
||||
// After we've done our setup, we tell the store to do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue