Commit 024842d3 authored by tanyaocheng's avatar tanyaocheng

尝试

parent d7d4e710
......@@ -25,7 +25,7 @@
admin.about = {
init: function() {
$.ajax({
url: "http://rhythm.b3log.org/version/solo/latest/" + Label.version,
url: window.location.protocol + '://' + "rhythm.b3log.org/version/solo/latest/" + Label.version,
type: "GET",
cache: false,
dataType: "jsonp",
......
......@@ -4105,7 +4105,7 @@ admin.register.main = {
admin.about = {
init: function() {
$.ajax({
url: "http://rhythm.b3log.org/version/solo/latest/" + Label.version,
url: window.location.protocol + '://' + "rhythm.b3log.org/version/solo/latest/" + Label.version,
type: "GET",
cache: false,
dataType: "jsonp",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment