Repository: wicket-site Updated Branches: refs/heads/asf-site b4ebea0f5 -> fdbde6825
Used protocol-relative url for tumblr Project: http://git-wip-us.apache.org/repos/asf/wicket-site/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket-site/commit/fdbde682 Tree: http://git-wip-us.apache.org/repos/asf/wicket-site/tree/fdbde682 Diff: http://git-wip-us.apache.org/repos/asf/wicket-site/diff/fdbde682 Branch: refs/heads/asf-site Commit: fdbde68256e4d3e1e906115a14c5c654ecd13a5c Parents: b4ebea0 Author: Tobias Soloschenko <[email protected]> Authored: Sun Oct 2 13:24:10 2016 +0200 Committer: Tobias Soloschenko <[email protected]> Committed: Sun Oct 2 13:24:10 2016 +0200 ---------------------------------------------------------------------- _includes/builtwithwicket.html | 2 +- content/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket-site/blob/fdbde682/_includes/builtwithwicket.html ---------------------------------------------------------------------- diff --git a/_includes/builtwithwicket.html b/_includes/builtwithwicket.html index ebba959..8c6e870 100644 --- a/_includes/builtwithwicket.html +++ b/_includes/builtwithwicket.html @@ -22,7 +22,7 @@ return Math.floor(Math.random()*(max-min+1)+min); } - $.getJSON('http://builtwithwicket.tumblr.com/api/read/json?callback=?', + $.getJSON('//builtwithwicket.tumblr.com/api/read/json?callback=?', function(response) { var posts = response.posts; http://git-wip-us.apache.org/repos/asf/wicket-site/blob/fdbde682/content/index.html ---------------------------------------------------------------------- diff --git a/content/index.html b/content/index.html index 52c2a9f..eb3f37c 100644 --- a/content/index.html +++ b/content/index.html @@ -172,7 +172,7 @@ { return Math.floor(Math.random()*(max-min+1)+min); } - $.getJSON('http://builtwithwicket.tumblr.com/api/read/json?callback=?', + $.getJSON('//builtwithwicket.tumblr.com/api/read/json?callback=?', function(response) { var posts = response.posts; for(var postIndex in posts) {
