You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by ti...@apache.org on 2013/11/18 08:44:03 UTC

svn commit: r1542941 - in /incubator/usergrid/site/publish: community/index.html docs/index.html index.html

Author: timanglade
Date: Mon Nov 18 07:44:03 2013
New Revision: 1542941

URL: http://svn.apache.org/r1542941
Log:
Fix more https errors

Modified:
    incubator/usergrid/site/publish/community/index.html
    incubator/usergrid/site/publish/docs/index.html
    incubator/usergrid/site/publish/index.html

Modified: incubator/usergrid/site/publish/community/index.html
URL: http://svn.apache.org/viewvc/incubator/usergrid/site/publish/community/index.html?rev=1542941&r1=1542940&r2=1542941&view=diff
==============================================================================
--- incubator/usergrid/site/publish/community/index.html (original)
+++ incubator/usergrid/site/publish/community/index.html Mon Nov 18 07:44:03 2013
@@ -460,18 +460,6 @@
 <script type="text/javascript">
     head.js("/js/jquery-1.10.1.min.js", "/js/bootstrap.min.js", "/js/usergrid-site.js");
 </script>
-<script type="text/javascript">
-    //IE outdate friendly warning if you don't want remove it
-    var $buoop = {vs:{i:8,f:3.6,o:10.6,s:3.2,n:9}}
-    $buoop.ol = window.onload;
-    window.onload=function(){
-        try {if ($buoop.ol) $buoop.ol();}catch (e) {}
-        var e = document.createElement("script");
-        e.setAttribute("type", "text/javascript");
-        e.setAttribute("src", "http://browser-update.org/update.js");
-        document.body.appendChild(e);
-    }
-</script>
 <script>
   (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
   (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),

Modified: incubator/usergrid/site/publish/docs/index.html
URL: http://svn.apache.org/viewvc/incubator/usergrid/site/publish/docs/index.html?rev=1542941&r1=1542940&r2=1542941&view=diff
==============================================================================
--- incubator/usergrid/site/publish/docs/index.html (original)
+++ incubator/usergrid/site/publish/docs/index.html Mon Nov 18 07:44:03 2013
@@ -17,7 +17,7 @@
     <link href="/bootstrap/bootstrap.min.css" rel="stylesheet" type='text/css'>
     <link href="/css/bootflat.css" rel="stylesheet" type='text/css'>
     <link href="/css/usergrid-site.css" rel="stylesheet" type='text/css'>
-    <link href="http://fonts.googleapis.com/css?family=Open+Sans:200,400,500,300,600,800,700,400italic,600italic,700italic,800italic,300italic" rel="stylesheet" type="text/css">
+    <link href="//fonts.googleapis.com/css?family=Open+Sans:200,400,500,300,600,800,700,400italic,600italic,700italic,800italic,300italic" rel="stylesheet" type="text/css">
     <link href="/css/font-awesome.min.css" rel="stylesheet" type='text/css'>
 
     
@@ -388,17 +388,15 @@ akarasulu@apache.org
 <script type="text/javascript">
     head.js("/js/jquery-1.10.1.min.js", "/js/bootstrap.min.js", "/js/usergrid-site.js");
 </script>
-<script type="text/javascript">
-    //IE outdate friendly warning if you don't want remove it
-    var $buoop = {vs:{i:8,f:3.6,o:10.6,s:3.2,n:9}}
-    $buoop.ol = window.onload;
-    window.onload=function(){
-        try {if ($buoop.ol) $buoop.ol();}catch (e) {}
-        var e = document.createElement("script");
-        e.setAttribute("type", "text/javascript");
-        e.setAttribute("src", "http://browser-update.org/update.js");
-        document.body.appendChild(e);
-    }
+<script>
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  ga('create', 'UA-45815079-1', 'apache.org');
+  ga('send', 'pageview');
+
 </script>
 
 

Modified: incubator/usergrid/site/publish/index.html
URL: http://svn.apache.org/viewvc/incubator/usergrid/site/publish/index.html?rev=1542941&r1=1542940&r2=1542941&view=diff
==============================================================================
--- incubator/usergrid/site/publish/index.html (original)
+++ incubator/usergrid/site/publish/index.html Mon Nov 18 07:44:03 2013
@@ -234,18 +234,6 @@
 <script type="text/javascript">
     head.js("/js/jquery-1.10.1.min.js", "/js/bootstrap.min.js", "/js/usergrid-site.js");
 </script>
-<script type="text/javascript">
-    //IE outdate friendly warning if you don't want remove it
-    var $buoop = {vs:{i:8,f:3.6,o:10.6,s:3.2,n:9}}
-    $buoop.ol = window.onload;
-    window.onload=function(){
-        try {if ($buoop.ol) $buoop.ol();}catch (e) {}
-        var e = document.createElement("script");
-        e.setAttribute("type", "text/javascript");
-        e.setAttribute("src", "http://browser-update.org/update.js");
-        document.body.appendChild(e);
-    }
-</script>
 <script>
   (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
   (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),