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

update connection manager

This commit is contained in:
Luke Pulverenti 2015-05-28 19:37:43 -04:00
parent 6235ee51eb
commit 6cbc470b0e
14 changed files with 209 additions and 47 deletions

View file

@ -83,7 +83,7 @@
if (mode == 'auto') {
if (Dashboard.isRunningInCordova()) {
if (AppInfo.isNativeApp) {
loadAppConnection(page);
return;
}
@ -154,7 +154,7 @@
var link = '<a href="http://emby.media" target="_blank">http://emby.media</a>';
$('.embyIntroDownloadMessage', page).html(Globalize.translate('EmbyIntroDownloadMessage', link));
if (Dashboard.isRunningInCordova()) {
if (AppInfo.isNativeApp) {
$('.skip', page).show();
} else {
$('.skip', page).hide();