[exim-cvs] Upgrade from jQuery 1.4 to 1.6 for performance im…

Inizio della pagina
Delete this message
Reply to this message
Autore: Exim Git Commits Mailing List
Data:  
To: exim-cvs
Oggetto: [exim-cvs] Upgrade from jQuery 1.4 to 1.6 for performance improvements. Also,
Gitweb: http://git.exim.org/exim-website.git/commitdiff/44416545d6d0b622ae051aefbd1dd8b182004224
Commit:     44416545d6d0b622ae051aefbd1dd8b182004224
Parent:     aaae578ceb56a78c0338301ae2e65eb2d83cd4eb
Author:     Mike Cardwell <github@???>
AuthorDate: Tue Nov 8 10:38:34 2011 +0000
Committer:  Mike Cardwell <github@???>
CommitDate: Tue Nov 8 10:38:34 2011 +0000


    Upgrade from jQuery 1.4 to 1.6 for performance improvements. Also,
    change to protocol relative URL in case any mirrors decide to run on
    https.
---
 templates/wrapper.xsl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/templates/wrapper.xsl b/templates/wrapper.xsl
index ecd810e..39c892e 100644
--- a/templates/wrapper.xsl
+++ b/templates/wrapper.xsl
@@ -109,8 +109,8 @@
                          <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>