Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo-1
Commits
b95c41ac
Commit
b95c41ac
authored
Feb 18, 2017
by
Liang Ding
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'refs/remotes/origin/1.9.0-dev'
parents
b35caef2
84cfcc0f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
src/main/webapp/js/admin/about.js
src/main/webapp/js/admin/about.js
+2
-2
src/main/webapp/js/admin/latkeAdmin.js
src/main/webapp/js/admin/latkeAdmin.js
+2
-2
src/main/webapp/js/admin/latkeAdmin.min.js
src/main/webapp/js/admin/latkeAdmin.min.js
+1
-1
src/main/webapp/js/page.js
src/main/webapp/js/page.js
+1
-1
No files found.
src/main/webapp/js/admin/about.js
View file @
b95c41ac
...
...
@@ -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
"
,
...
...
src/main/webapp/js/admin/latkeAdmin.js
View file @
b95c41ac
...
...
@@ -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
"
,
...
...
src/main/webapp/js/admin/latkeAdmin.min.js
View file @
b95c41ac
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/main/webapp/js/page.js
View file @
b95c41ac
...
...
@@ -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
=
""
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment