mirror of
https://github.com/transmission/transmission
synced 2025-03-19 10:15:36 +00:00
(trunk web) use the same CDN cache of jQuery that everyone else does s.t. users can avoid redownloading jquery.min.js when using the web client.
This commit is contained in:
parent
6bc3cf8d7c
commit
f19a8a60f3
3 changed files with 1 additions and 20 deletions
|
@ -8,7 +8,7 @@
|
|||
<link href="./images/favicon.ico" rel="icon" />
|
||||
<link href="./images/favicon.png" rel="shortcut icon" />
|
||||
<link rel="apple-touch-icon" href="./images/webclip-icon.png"/>
|
||||
<script type="text/javascript" src="./javascript/jquery/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
|
||||
<link media="only screen and (max-device-width: 480px)" href="./stylesheets/iphone.css" type= "text/css" rel="stylesheet" />
|
||||
<link media="screen and (min-device-width: 481px)" href="./stylesheets/common.css" type="text/css" rel="stylesheet" />
|
||||
<!--[if IE]>
|
||||
|
|
|
@ -4,6 +4,5 @@ dist_data_DATA = \
|
|||
jquery.contextmenu.min.js \
|
||||
jquery.form.js \
|
||||
jquery.form.min.js \
|
||||
jquery.min.js \
|
||||
jquery.transmenu.min.js \
|
||||
json.min.js
|
||||
|
|
18
web/javascript/jquery/jquery.min.js
vendored
18
web/javascript/jquery/jquery.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue