Commit b95c41ac authored by Liang Ding's avatar Liang Ding

Merge remote-tracking branch 'refs/remotes/origin/1.9.0-dev'

parents b35caef2 84cfcc0f
......@@ -18,14 +18,14 @@
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.0.0.4, May 28, 2013
* @version 1.0.1.4, Feb 18, 2017
*/
/* about 相关操作 */
admin.about = {
init: function() {
$.ajax({
url: window.location.protocol + '://' + "rhythm.b3log.org/version/solo/latest/" + Label.version,
url: "https://rhythm.b3log.org/version/solo/latest/" + Label.version,
type: "GET",
cache: false,
dataType: "jsonp",
......
......@@ -4211,14 +4211,14 @@ admin.register.main = {
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.0.0.4, May 28, 2013
* @version 1.0.1.4, Feb 18, 2017
*/
/* about 相关操作 */
admin.about = {
init: function() {
$.ajax({
url: window.location.protocol + '://' + "rhythm.b3log.org/version/solo/latest/" + Label.version,
url: "https://rhythm.b3log.org/version/solo/latest/" + Label.version,
type: "GET",
cache: false,
dataType: "jsonp",
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -18,7 +18,7 @@
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.2.3.6, Nov 8, 2016
* @version 1.2.3.7, Feb 18, 2017
*/
var Page = function (tips) {
this.currentCommentId = "";
......
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