mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove unused data-dom-cache attribute
This commit is contained in:
parent
76eff104d8
commit
328afb0db8
2 changed files with 0 additions and 4 deletions
|
@ -160,7 +160,6 @@ const Home: FunctionComponent<IProps> = (props: IProps) => {
|
|||
<Page
|
||||
id='indexPage'
|
||||
className='mainAnimatedPage homePage libraryPage allLibraryPage backdropPage pageWithAbsoluteTabs withTabs'
|
||||
isDomCacheEnabled= {true}
|
||||
backDropType='movie,series,book'
|
||||
>
|
||||
<div className='tabContent pageTabContent' id='homeTab' data-index='0'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue