aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-05-17 15:50:37 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-05-17 15:50:37 -0400
commit5a2c2c1b47364c3759e041cfad06c48faf74aec8 (patch)
treef39e23d85eb72665df545a592a4306a581215302
parent337777afc981e200f60f8c994984c9138a6a2ffb (diff)
lazy load scripts
-rw-r--r--MediaBrowser.WebDashboard/Api/PackageCreator.cs9
-rw-r--r--MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj3
2 files changed, 3 insertions, 9 deletions
diff --git a/MediaBrowser.WebDashboard/Api/PackageCreator.cs b/MediaBrowser.WebDashboard/Api/PackageCreator.cs
index ab111e6a5..5da1bee1f 100644
--- a/MediaBrowser.WebDashboard/Api/PackageCreator.cs
+++ b/MediaBrowser.WebDashboard/Api/PackageCreator.cs
@@ -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",
diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj
index 8d52f178f..dfb90ab54 100644
--- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj
+++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj
@@ -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>