use local jquery

This commit is contained in:
Luke Pulverenti 2013-12-15 11:59:27 -05:00
parent d8ce4141ff
commit 558a365e38
2 changed files with 4 additions and 1 deletions

View File

@ -440,7 +440,7 @@ namespace MediaBrowser.WebDashboard.Api
var files = new[] var files = new[]
{ {
"http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js", "thirdparty/jquery.min.js",
"http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js", "http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js",
"scripts/all.js" + versionString, "scripts/all.js" + versionString,
"thirdparty/jstree1.0/jquery.jstree.js" "thirdparty/jstree1.0/jquery.jstree.js"

View File

@ -409,6 +409,9 @@
<Content Include="dashboard-ui\livetvseriestimers.html"> <Content Include="dashboard-ui\livetvseriestimers.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
<Content Include="dashboard-ui\thirdparty\jquery.min.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\tvupcoming.html"> <Content Include="dashboard-ui\tvupcoming.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>