mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +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:
@@ -8,7 +8,7 @@
|
|||||||
<link href="./images/favicon.ico" rel="icon" />
|
<link href="./images/favicon.ico" rel="icon" />
|
||||||
<link href="./images/favicon.png" rel="shortcut icon" />
|
<link href="./images/favicon.png" rel="shortcut icon" />
|
||||||
<link rel="apple-touch-icon" href="./images/webclip-icon.png"/>
|
<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="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" />
|
<link media="screen and (min-device-width: 481px)" href="./stylesheets/common.css" type="text/css" rel="stylesheet" />
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
|
|||||||
@@ -4,6 +4,5 @@ dist_data_DATA = \
|
|||||||
jquery.contextmenu.min.js \
|
jquery.contextmenu.min.js \
|
||||||
jquery.form.js \
|
jquery.form.js \
|
||||||
jquery.form.min.js \
|
jquery.form.min.js \
|
||||||
jquery.min.js \
|
|
||||||
jquery.transmenu.min.js \
|
jquery.transmenu.min.js \
|
||||||
json.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
Reference in New Issue
Block a user