aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.WebDashboard/Api/PackageCreator.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.WebDashboard/Api/PackageCreator.cs')
-rw-r--r--MediaBrowser.WebDashboard/Api/PackageCreator.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.WebDashboard/Api/PackageCreator.cs b/MediaBrowser.WebDashboard/Api/PackageCreator.cs
index da43dd63a..bd9ef3e9f 100644
--- a/MediaBrowser.WebDashboard/Api/PackageCreator.cs
+++ b/MediaBrowser.WebDashboard/Api/PackageCreator.cs
@@ -39,8 +39,6 @@ namespace MediaBrowser.WebDashboard.Api
if (resourceStream != null)
{
- // Don't apply any caching for html pages
- // jQuery ajax doesn't seem to handle if-modified-since correctly
if (IsFormat(virtualPath, "html"))
{
if (IsCoreHtml(virtualPath))