]> granicus.if.org Git - transmission/commitdiff
(trunk, web) #4515 "don't load jquery via https" -- fixed. Xref: http://encosia.com...
authorJordan Lee <jordan@transmissionbt.com>
Tue, 11 Oct 2011 04:51:12 +0000 (04:51 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Tue, 11 Oct 2011 04:51:12 +0000 (04:51 +0000)
web/index.html

index 56c8032e20e907e0016a1c4aa020bd28f520ffe6..f53481ca2a11892f97a4f27f85ac33761f525f8f 100755 (executable)
@@ -8,9 +8,9 @@
                <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="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>
-               <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/base/jquery-ui.css" type="text/css" media="all" />
+               <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
+               <script type="text/javascript" src="http://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 media="screen" href="./stylesheets/mobile.css" type= "text/css" rel="stylesheet" />