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

View File

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