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
f8dcb628
Unverified
Commit
f8dcb628
authored
Mar 31, 2019
by
Liang Ding
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '3.5.0-dev'
parents
0c7a1486
c2eb30aa
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
8 deletions
+9
-8
gulpfile.js
gulpfile.js
+1
-1
src/main/webapp/js/admin/admin.js
src/main/webapp/js/admin/admin.js
+2
-2
src/main/webapp/js/admin/admin.min.js
src/main/webapp/js/admin/admin.min.js
+4
-3
src/main/webapp/js/common.min.js
src/main/webapp/js/common.min.js
+1
-1
src/main/webapp/skins
src/main/webapp/skins
+1
-1
No files found.
gulpfile.js
View file @
f8dcb628
...
@@ -79,7 +79,7 @@ function miniAdmin () {
...
@@ -79,7 +79,7 @@ function miniAdmin () {
'
./src/main/webapp/js/admin/others.js
'
,
'
./src/main/webapp/js/admin/others.js
'
,
'
./src/main/webapp/js/admin/linkList.js
'
,
'
./src/main/webapp/js/admin/linkList.js
'
,
'
./src/main/webapp/js/admin/preference.js
'
,
'
./src/main/webapp/js/admin/preference.js
'
,
'
./src/main/webapp/js/admin/theme
-l
ist.js
'
,
'
./src/main/webapp/js/admin/theme
L
ist.js
'
,
'
./src/main/webapp/js/admin/pluginList.js
'
,
'
./src/main/webapp/js/admin/pluginList.js
'
,
'
./src/main/webapp/js/admin/userList.js
'
,
'
./src/main/webapp/js/admin/userList.js
'
,
'
./src/main/webapp/js/admin/categoryList.js
'
,
'
./src/main/webapp/js/admin/categoryList.js
'
,
...
...
src/main/webapp/js/admin/admin.js
View file @
f8dcb628
...
@@ -233,7 +233,7 @@ $.extend(Admin.prototype, {
...
@@ -233,7 +233,7 @@ $.extend(Admin.prototype, {
},
6000
)
},
6000
)
$
(
'
#loadMsg
'
).
text
(
''
)
$
(
'
#loadMsg
'
).
text
(
''
)
window
.
onbeforeunload
=
(
event
)
=>
{
window
.
onbeforeunload
=
function
(
event
)
{
if
(
window
.
location
.
hash
===
'
#article/article
'
)
{
if
(
window
.
location
.
hash
===
'
#article/article
'
)
{
if
(
event
)
{
if
(
event
)
{
event
.
returnValue
=
Label
.
editorLeaveLabel
event
.
returnValue
=
Label
.
editorLeaveLabel
...
@@ -244,7 +244,7 @@ $.extend(Admin.prototype, {
...
@@ -244,7 +244,7 @@ $.extend(Admin.prototype, {
$
(
document
).
ajaxError
(
function
(
event
,
xhr
,
options
,
exc
)
{
$
(
document
).
ajaxError
(
function
(
event
,
xhr
,
options
,
exc
)
{
if
(
xhr
.
status
!==
200
)
{
if
(
xhr
.
status
!==
200
)
{
$
(
'
#tipMsg
'
).
text
(
xhr
.
status
+
'
:
'
+
exc
)
$
(
'
#tipMsg
'
).
text
(
xhr
.
status
+
'
:
'
+
exc
)
}
}
})
})
},
},
...
...
src/main/webapp/js/admin/admin.min.js
View file @
f8dcb628
This diff is collapsed.
Click to expand it.
src/main/webapp/js/common.min.js
View file @
f8dcb628
This diff is collapsed.
Click to expand it.
skins
@
a5d63c72
Subproject commit
87265b97bce95132ea233903c3e91f9b101a31ca
Subproject commit
a5d63c72257319eefc2c90fec1961765413d3ff9
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