lazy load scripts
This commit is contained in:
parent
337777afc9
commit
5a2c2c1b47
|
@ -590,7 +590,6 @@ namespace MediaBrowser.WebDashboard.Api
|
|||
"librarysettings.js",
|
||||
"livetvchannel.js",
|
||||
"livetvguide.js",
|
||||
"livetvitems.js",
|
||||
"livetvnewrecording.js",
|
||||
"livetvprogram.js",
|
||||
"livetvrecording.js",
|
||||
|
@ -607,12 +606,7 @@ namespace MediaBrowser.WebDashboard.Api
|
|||
"metadataimagespage.js",
|
||||
"metadatasubtitles.js",
|
||||
"metadatanfo.js",
|
||||
"moviegenres.js",
|
||||
"moviecollections.js",
|
||||
"movies.js",
|
||||
"moviepeople.js",
|
||||
"moviestudios.js",
|
||||
"movietrailers.js",
|
||||
|
||||
"mypreferencesdisplay.js",
|
||||
"mypreferenceslanguages.js",
|
||||
|
@ -622,7 +616,6 @@ namespace MediaBrowser.WebDashboard.Api
|
|||
"notificationlist.js",
|
||||
"notificationsetting.js",
|
||||
"notificationsettings.js",
|
||||
"photos.js",
|
||||
"playlists.js",
|
||||
"playlistedit.js",
|
||||
|
||||
|
@ -633,7 +626,6 @@ namespace MediaBrowser.WebDashboard.Api
|
|||
"scheduledtaskspage.js",
|
||||
"search.js",
|
||||
"selectserver.js",
|
||||
"songs.js",
|
||||
"streamingsettings.js",
|
||||
"supporterkeypage.js",
|
||||
"supporterpage.js",
|
||||
|
@ -641,7 +633,6 @@ namespace MediaBrowser.WebDashboard.Api
|
|||
"syncsettings.js",
|
||||
"thememediaplayer.js",
|
||||
"tvlatest.js",
|
||||
"tvshows.js",
|
||||
"useredit.js",
|
||||
"usernew.js",
|
||||
"myprofile.js",
|
||||
|
|
|
@ -156,6 +156,9 @@
|
|||
<Content Include="dashboard-ui\scripts\photos.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\scripts\queryfilters.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\scripts\registrationservices.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
|
Loading…
Reference in New Issue
Block a user