summaryrefslogtreecommitdiff
path: root/2
diff options
context:
space:
mode:
Diffstat (limited to '2')
-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);