community ssl
This commit is contained in:
parent
a2c68deee4
commit
00f5c01aeb
|
@ -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>");
|
||||||
}
|
}
|
||||||
});*/
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue