|
@@ -442,6 +442,7 @@ namespace MediaBrowser.WebDashboard.Api
|
|
|
// jQuery + jQuery mobile
|
|
|
await AppendResource(memoryStream, "thirdparty/jquery-2.0.3.min.js", newLineBytes).ConfigureAwait(false);
|
|
|
await AppendResource(memoryStream, "thirdparty/jquerymobile-1.4.2/jquery.mobile-1.4.2.min.js", newLineBytes).ConfigureAwait(false);
|
|
|
+ await AppendResource(memoryStream, "thirdparty/jquery.ba-tinypubsub.min.js", newLineBytes).ConfigureAwait(false);
|
|
|
|
|
|
await AppendLocalization(memoryStream).ConfigureAwait(false);
|
|
|
await memoryStream.WriteAsync(newLineBytes, 0, newLineBytes.Length).ConfigureAwait(false);
|