mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
channel fixes
This commit is contained in:
parent
dd1f6487b0
commit
f9c56cae69
3 changed files with 6 additions and 5 deletions
|
@ -5,6 +5,8 @@
|
||||||
<section name="core" type="WebMarkupMin.Core.Configuration.CoreConfiguration, WebMarkupMin.Core" />
|
<section name="core" type="WebMarkupMin.Core.Configuration.CoreConfiguration, WebMarkupMin.Core" />
|
||||||
</sectionGroup>
|
</sectionGroup>
|
||||||
</configSections>
|
</configSections>
|
||||||
|
|
||||||
|
|
||||||
<webMarkupMin xmlns="http://tempuri.org/WebMarkupMin.Configuration.xsd">
|
<webMarkupMin xmlns="http://tempuri.org/WebMarkupMin.Configuration.xsd">
|
||||||
<core>
|
<core>
|
||||||
<css>
|
<css>
|
||||||
|
@ -26,5 +28,4 @@
|
||||||
</loggers>
|
</loggers>
|
||||||
</logging>
|
</logging>
|
||||||
</core>
|
</core>
|
||||||
</webMarkupMin>
|
</webMarkupMin></configuration>
|
||||||
</configuration>
|
|
|
@ -16,7 +16,7 @@
|
||||||
$('.lnkEditUserPreferencesContainer', page).show();
|
$('.lnkEditUserPreferencesContainer', page).show();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!loggedInUser.Configuration.IsAdministrator || !user.Id || user.Id == loggedInUser.Id) {
|
if (!loggedInUser.Configuration.IsAdministrator || !user.Id) {
|
||||||
|
|
||||||
$('.lnkEditUserPreferencesContainer', page).hide();
|
$('.lnkEditUserPreferencesContainer', page).hide();
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
<package id="MediaBrowser.ApiClient.Javascript" version="3.0.249" targetFramework="net45" />
|
<package id="MediaBrowser.ApiClient.Javascript" version="3.0.249" targetFramework="net45" />
|
||||||
<package id="WebMarkupMin.Core" version="0.8.18" targetFramework="net45" />
|
<package id="WebMarkupMin.Core" version="0.8.21" targetFramework="net45" />
|
||||||
</packages>
|
</packages>
|
Loading…
Add table
Add a link
Reference in a new issue