mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update collection menus
This commit is contained in:
parent
65442321a0
commit
8119b930e4
17 changed files with 183 additions and 52 deletions
11
dashboard-ui/cordova/registrationservices.js
vendored
11
dashboard-ui/cordova/registrationservices.js
vendored
|
@ -183,6 +183,13 @@
|
|||
PaperDialogHelper.close(dlg);
|
||||
});
|
||||
|
||||
$(dlg).on('iron-overlay-closed', function () {
|
||||
|
||||
if (window.TabBar) {
|
||||
TabBar.show();
|
||||
}
|
||||
});
|
||||
|
||||
dlg.classList.add('inAppPurchaseOverlay');
|
||||
}
|
||||
|
||||
|
@ -222,6 +229,10 @@
|
|||
|
||||
require(['components/paperdialoghelper'], function () {
|
||||
|
||||
if (window.TabBar) {
|
||||
TabBar.hide();
|
||||
}
|
||||
|
||||
showInAppPurchaseElement(subscriptionOptions, unlockableProductInfo, dialogOptions, deferred);
|
||||
|
||||
currentDisplayingDeferred = deferred;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue