1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update jqm

This commit is contained in:
Luke Pulverenti 2015-08-31 21:38:15 -04:00
parent cacc76dc5d
commit 55c36e3507
7 changed files with 1256 additions and 1232 deletions

View file

@ -116,7 +116,7 @@
if (AppInfo.isTouchPreferred) {
$('.mainDrawerButton').on('touchend', openMainDrawer).on('click', openMainDrawer);
$('.mainDrawerButton').on('click', openMainDrawer);
} else {
$('.mainDrawerButton').createHoverTouch().on('hovertouch', openMainDrawer);