mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update translations
This commit is contained in:
parent
6350971623
commit
623859c2f8
2 changed files with 4 additions and 4 deletions
|
@ -4,11 +4,11 @@
|
||||||
|
|
||||||
var val = enabled ? '1' : '';
|
var val = enabled ? '1' : '';
|
||||||
|
|
||||||
store.setItem('displaymirror', val);
|
store.setItem('displaymirror-' + Dashboard.getCurrentUserId(), val);
|
||||||
|
|
||||||
}
|
}
|
||||||
function isMirrorModeEnabled() {
|
function isMirrorModeEnabled() {
|
||||||
return (store.getItem('displaymirror') || '') == '1';
|
return (store.getItem('displaymirror-' + Dashboard.getCurrentUserId()) || '') == '1';
|
||||||
}
|
}
|
||||||
|
|
||||||
var currentDisplayInfo;
|
var currentDisplayInfo;
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
<span class="lifetimeAmount"></span>
|
<span class="lifetimeAmount"></span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="fldYearly">
|
<!--<div class="fldYearly">
|
||||||
<input type="radio" class="radioDonationType" name="radioDonationType" id="radioYearlySupporter" value="yearly">
|
<input type="radio" class="radioDonationType" name="radioDonationType" id="radioYearlySupporter" value="yearly">
|
||||||
<label for="radioYearlySupporter">
|
<label for="radioYearlySupporter">
|
||||||
Yearly supporter club membership<br />
|
Yearly supporter club membership<br />
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
Monthly supporter club membership<br />
|
Monthly supporter club membership<br />
|
||||||
<span class="monthlyAmount"></span>
|
<span class="monthlyAmount"></span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>-->
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<fieldset data-role="controlgroup" style="margin-top:1em;">
|
<fieldset data-role="controlgroup" style="margin-top:1em;">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue