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

update icons

This commit is contained in:
Luke Pulverenti 2015-06-18 02:23:44 -04:00
parent 13e18ba442
commit 7343772338
55 changed files with 901 additions and 316 deletions

View file

@ -737,10 +737,10 @@
$('.headerBackButton').visible(canGoBack);
jPage.off('swipeleft', onPageSwipeLeft);
jPage.off('swiperight', onPageSwipeLeft);
if (canGoBack) {
jPage.on('swipeleft', onPageSwipeLeft);
jPage.on('swiperight', onPageSwipeLeft);
}
}