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

normalize rating to fsk

This commit is contained in:
Luke Pulverenti 2016-09-18 01:52:10 -04:00
parent 1f57d9b231
commit 2971ec0e69
86 changed files with 388 additions and 136 deletions

View file

@ -24,7 +24,6 @@
<div class="addServer" style="margin:0 0 1em;">
<a href="connectlogin.html?mode=manualserver" class="clearLink">
<button is="emby-button" type="button" class="raised cancel block">
<i class="md-icon">add</i>
<span>${ButtonAddServer}</span>
</button>
</a>
@ -33,7 +32,6 @@
<div class="connectLogin hide" style="margin:1em 0;">
<a href="connectlogin.html?mode=connect" class="clearLink">
<button is="emby-button" type="button" class="raised button-accent block">
<i class="md-icon">check</i>
<span>${ButtonSignInWithConnect}</span>
</button>
</a>