You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by du...@apache.org on 2013/10/01 22:15:42 UTC

svn commit: r1528202 - /cloudstack/site/trunk/templates/skeleton.html

Author: duffy
Date: Tue Oct  1 20:15:42 2013
New Revision: 1528202

URL: http://svn.apache.org/r1528202
Log:
Change cdn scripts to use https to avoid mixing https/http content, chrome will block these from loading on the published version

Modified:
    cloudstack/site/trunk/templates/skeleton.html

Modified: cloudstack/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/cloudstack/site/trunk/templates/skeleton.html?rev=1528202&r1=1528201&r2=1528202&view=diff
==============================================================================
--- cloudstack/site/trunk/templates/skeleton.html (original)
+++ cloudstack/site/trunk/templates/skeleton.html Tue Oct  1 20:15:42 2013
@@ -18,8 +18,8 @@
     {% if headers.base %}<base href="{{ headers.base }}" />{% endif %}
     {% if headers.notice %}<!-- {{ headers.notice }} -->{% endif %}
         <!-- Twitter Bootstrap and jQuery after this line. -->
-        <script src="http://code.jquery.com/jquery-latest.js"></script>
-        <script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
+        <script src="https://code.jquery.com/jquery-latest.js"></script>
+        <script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
         <script>
             $('.dropdown-toggle').dropdown();
             $('.nav-collapse').collapse();
@@ -29,7 +29,7 @@
     <div class="navbar navbar-default navbar-fixed-top">
         <div class="container">
             <div class="navbar-header">
-                <a href="/index.html" class="navbar-brand"><img class="" src="/images/new-logo-sm.png" style="width: 200px"></a>
+                <a href="/index.html" class="navbar-brand"><img class="" src="/images/new-logo-sm.png" style="width: 200px" alt="Apache Cloudstack"></a>
                 <button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target="#navbar-main">
                     <span class="icon-bar"></span>
                     <span class="icon-bar"></span>