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

install service with Emby name

This commit is contained in:
Luke Pulverenti 2015-05-23 16:44:15 -04:00
parent b26685b14d
commit e396019903
11 changed files with 63 additions and 111 deletions

View file

@ -4,7 +4,7 @@
var html = '<div class="viewMenuBar ui-bar-b">';
if (($.browser.safari && window.navigator.standalone) || Dashboard.isRunningInCordova()) {
if (AppInfo.enableBackButton) {
html += '<button type="button" data-role="none" onclick="history.back();" class="headerButton headerButtonLeft headerBackButton"><div class="fa fa-arrow-left"></div></button>';
}