Upgrade from jQuery 1.4 to 1.6 for performance improvements. Also,
authorMike Cardwell <github@grepular.com>
Tue, 8 Nov 2011 10:38:34 +0000 (10:38 +0000)
committerMike Cardwell <github@grepular.com>
Tue, 8 Nov 2011 10:38:34 +0000 (10:38 +0000)
change to protocol relative URL in case any mirrors decide to run on
https.

templates/wrapper.xsl

index ecd810e4c31b6df1f807f82c0d020ce6353511be..39c892e0bb0c0483f1116241cd437cf4f8d7d94c 100644 (file)
                          <xsl:copy-of select="$html.body.outer.append"/>
                    </div>
 
-                <!-- Load latest version of jQuery 1.4 from the Google CDN -->
-                   <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
+                <!-- Load latest version of jQuery 1.6 from the Google CDN -->
+                   <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js"></script>
 
                 <!-- Local JavaScript -->
                    <script type="text/javascript" src="{$docroot}/common.js"></script>