community ssl

This commit is contained in:
Liang Ding 2014-12-15 10:30:42 +08:00
parent a2c68deee4
commit 00f5c01aeb
2 changed files with 4 additions and 4 deletions

View File

@ -267,8 +267,8 @@ var editors = {
content: '<div id="startPage"></div>', content: '<div id="startPage"></div>',
after: function () { after: function () {
$("#startPage").load(config.context + '/start?sid=' + config.wideSessionId); $("#startPage").load(config.context + '/start?sid=' + config.wideSessionId);
/* $.ajax({ $.ajax({
url: "http://symphony.b3log.org/apis/articles?tags=wide,golang&p=1&size=30", url: "https://symphony.b3log.org/apis/articles?tags=wide,golang&p=1&size=30",
type: "GET", type: "GET",
dataType: "jsonp", dataType: "jsonp",
jsonp: "callback", jsonp: "callback",
@ -297,7 +297,7 @@ var editors = {
$("#startPage .news").html(listHTML + "</ul>"); $("#startPage .news").html(listHTML + "</ul>");
} }
});*/ });
} }
}); });
}, },

View File

@ -63,7 +63,7 @@ var menu = {
"hideFooter": true, "hideFooter": true,
"afterOpen": function () { "afterOpen": function () {
$.ajax({ $.ajax({
url: "http://rhythm.b3log.org/version/wide/latest", url: "https://rhythm.b3log.org/version/wide/latest",
type: "GET", type: "GET",
dataType: "jsonp", dataType: "jsonp",
jsonp: "callback", jsonp: "callback",