From 538f3e3bc3e8051d6bc996c4d91f123c050cc37e Mon Sep 17 00:00:00 2001 From: riknoll Date: Thu, 10 Sep 2015 09:35:32 -0700 Subject: [PATCH 1/3] Added whitespace to bottom of docs --- www/static/css-src/_docs.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/static/css-src/_docs.scss b/www/static/css-src/_docs.scss index cd1957ffdd9..8897e586db4 100644 --- a/www/static/css-src/_docs.scss +++ b/www/static/css-src/_docs.scss @@ -1,4 +1,6 @@ .docs { + margin-bottom: 20px; + .site-toc-title { font-weight: 300; font-size: 22px; From 88ab49a17e9d17e80eed68f41c4299579e5dd1fe Mon Sep 17 00:00:00 2001 From: riknoll Date: Thu, 10 Sep 2015 09:54:08 -0700 Subject: [PATCH 2/3] Added warning for HTTPS search results --- www/static/plugins/app.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/www/static/plugins/app.js b/www/static/plugins/app.js index 2707d13c0bd..065ddd22fe5 100755 --- a/www/static/plugins/app.js +++ b/www/static/plugins/app.js @@ -421,6 +421,13 @@ var App = React.createClass({ ); } + var listContent = null; + if(window.location.protocol !== "https:") { + listContent = ; + } else { + var httpUrl = window.location.href.replace("https://", "http://"); + listContent =
Search results are not currently supported over HTTPS. Please visit this page using HTTP
; + } return (
@@ -473,7 +480,7 @@ var App = React.createClass({
- + {listContent}
Search results powered by npmsearch.com
From 7c30e8c6f5b008e597e50b9a31e6e3238548d91b Mon Sep 17 00:00:00 2001 From: riknoll Date: Thu, 10 Sep 2015 10:46:17 -0700 Subject: [PATCH 3/3] Fixed typo in tools section of main page --- www/_includes/tools_and_showcase.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/_includes/tools_and_showcase.html b/www/_includes/tools_and_showcase.html index 232836fc0f0..d3cbfccb22d 100644 --- a/www/_includes/tools_and_showcase.html +++ b/www/_includes/tools_and_showcase.html @@ -1,7 +1,7 @@
-

Codorva Tools

+

Cordova Tools

Work with Cordova even more efficiently