mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
3.0.5666.2
This commit is contained in:
parent
17a0f1578d
commit
8030454e19
13 changed files with 175 additions and 137 deletions
|
@ -545,6 +545,10 @@
|
|||
}
|
||||
|
||||
return false;
|
||||
},
|
||||
|
||||
onHardwareMenuButtonClick: function () {
|
||||
openMainDrawer();
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -939,7 +943,7 @@ $.fn.createHoverTouch = function () {
|
|||
var backUrl;
|
||||
|
||||
$(document).on('pagebeforeshow', ".page", function () {
|
||||
|
||||
|
||||
if (getWindowUrl() != backUrl) {
|
||||
backUrl = null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue