1
0
Fork 0
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:
Luke Pulverenti 2016-11-08 17:28:04 -05:00
parent 74fc6fab22
commit 70e19e7121
2 changed files with 1 additions and 3 deletions

View file

@ -138,8 +138,6 @@
$('.libraryPathMappingForm').off('submit', onSubmit).on('submit', onSubmit);
page.querySelector('.labelFromHelp').innerHTML = Globalize.translate('LabelFromHelp', 'D:\\Movies');
}).on('pageshow', "#libraryPathMappingPage", function () {
LibraryMenu.setTabs('librarysetup', 2, getTabs);