mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update jqm
This commit is contained in:
parent
cacc76dc5d
commit
55c36e3507
7 changed files with 1256 additions and 1232 deletions
|
@ -116,7 +116,7 @@
|
|||
|
||||
if (AppInfo.isTouchPreferred) {
|
||||
|
||||
$('.mainDrawerButton').on('touchend', openMainDrawer).on('click', openMainDrawer);
|
||||
$('.mainDrawerButton').on('click', openMainDrawer);
|
||||
|
||||
} else {
|
||||
$('.mainDrawerButton').createHoverTouch().on('hovertouch', openMainDrawer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue