Explorar o código

add fast click back

Luke Pulverenti %!s(int64=10) %!d(string=hai) anos
pai
achega
e6c465d7a9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      MediaBrowser.WebDashboard/Api/PackageCreator.cs

+ 1 - 1
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);