1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-12 15:14:12 +00:00

#4515 'load jquery-ui via https' -- done.

This commit is contained in:
Jordan Lee 2011-09-26 23:22:51 +00:00
parent 18b90f60bc
commit fa4b43bb7d

View file

@ -10,7 +10,7 @@
<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="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/base/jquery-ui.css" type="text/css" media="all" /> <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/base/jquery-ui.css" type="text/css" media="all" />
<!-- <!--
<link media="screen" href="./stylesheets/mobile.css" type= "text/css" rel="stylesheet" /> <link media="screen" href="./stylesheets/mobile.css" type= "text/css" rel="stylesheet" />