aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-05-08 12:58:27 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-05-08 12:58:27 -0400
commite6c465d7a9252bc5dea1a30c0b87a27b6d07f516 (patch)
treeba7dd4ee33f68865e0b2b92cfa65415cf04e50d6
parenta9ccccc5351936fb0bebcc7a3959d91e1e9a5bab (diff)
add fast click back
-rw-r--r--MediaBrowser.WebDashboard/Api/PackageCreator.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.WebDashboard/Api/PackageCreator.cs b/MediaBrowser.WebDashboard/Api/PackageCreator.cs
index 761f7de7b..89ae4a9b6 100644
--- a/MediaBrowser.WebDashboard/Api/PackageCreator.cs
+++ b/MediaBrowser.WebDashboard/Api/PackageCreator.cs
@@ -281,7 +281,7 @@ namespace MediaBrowser.WebDashboard.Api
await AppendResource(memoryStream, "thirdparty/jstree3.0.8/jstree.js", newLineBytes).ConfigureAwait(false);
- //await AppendResource(memoryStream, "thirdparty/fastclick.js", newLineBytes).ConfigureAwait(false);
+ await AppendResource(memoryStream, "thirdparty/fastclick.js", newLineBytes).ConfigureAwait(false);
await AppendResource(memoryStream, "thirdparty/headroom.js", newLineBytes).ConfigureAwait(false);
await AppendLocalization(memoryStream, culture).ConfigureAwait(false);