summaryrefslogtreecommitdiff
path: root/2/index.html
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2015-03-05 14:53:03 -0500
committerThomas Park <thomas@thomaspark.me>2015-03-05 14:53:03 -0500
commit4d3bf770b969baef680d476d773d67c6805f830b (patch)
tree9a1e7faa4e07ca6dcf0e6acd2b9a43744ab53a99 /2/index.html
parentdb0056e86103b88f69610ce32f4eeec330cf3bb2 (diff)
fix feedburner url for v2
Diffstat (limited to '2/index.html')
-rw-r--r--2/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/2/index.html b/2/index.html
index d9a7c372..f0524d74 100644
--- a/2/index.html
+++ b/2/index.html
@@ -641,7 +641,7 @@
function parseRSS(url, callback) {
$.ajax({
- url: 'http://ajax.googleapis.com/ajax/services/feed/load?v=1.0&num=10&callback=?&q=' + encodeURIComponent(url),
+ url: '//ajax.googleapis.com/ajax/services/feed/load?v=1.0&num=10&callback=?&q=' + encodeURIComponent(url),
dataType: 'json',
success: function(data) {
callback(data.responseData.feed);