mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
make additional classes portable
This commit is contained in:
parent
74fc6fab22
commit
70e19e7121
2 changed files with 1 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
||||||
user-select: none;
|
user-select: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
padding: 0.7em 0.57em;
|
padding: 0.85em 0.57em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
|
@ -138,8 +138,6 @@
|
||||||
|
|
||||||
$('.libraryPathMappingForm').off('submit', onSubmit).on('submit', onSubmit);
|
$('.libraryPathMappingForm').off('submit', onSubmit).on('submit', onSubmit);
|
||||||
|
|
||||||
page.querySelector('.labelFromHelp').innerHTML = Globalize.translate('LabelFromHelp', 'D:\\Movies');
|
|
||||||
|
|
||||||
}).on('pageshow', "#libraryPathMappingPage", function () {
|
}).on('pageshow', "#libraryPathMappingPage", function () {
|
||||||
|
|
||||||
LibraryMenu.setTabs('librarysetup', 2, getTabs);
|
LibraryMenu.setTabs('librarysetup', 2, getTabs);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue