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
d5c41f5a
Unverified
Commit
d5c41f5a
authored
Mar 31, 2019
by
Van
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐛
#12743
parent
d354f85e
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
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/common.min.js
src/main/webapp/js/common.min.js
+1
-1
No files found.
gulpfile.js
View file @
d5c41f5a
...
...
@@ -79,7 +79,7 @@ function miniAdmin () {
'
./src/main/webapp/js/admin/others.js
'
,
'
./src/main/webapp/js/admin/linkList.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/userList.js
'
,
'
./src/main/webapp/js/admin/categoryList.js
'
,
...
...
src/main/webapp/js/admin/admin.js
View file @
d5c41f5a
...
...
@@ -233,7 +233,7 @@ $.extend(Admin.prototype, {
},
6000
)
$
(
'
#loadMsg
'
).
text
(
''
)
window
.
onbeforeunload
=
(
event
)
=>
{
window
.
onbeforeunload
=
function
(
event
)
{
if
(
window
.
location
.
hash
===
'
#article/article
'
)
{
if
(
event
)
{
event
.
returnValue
=
Label
.
editorLeaveLabel
...
...
@@ -244,7 +244,7 @@ $.extend(Admin.prototype, {
$
(
document
).
ajaxError
(
function
(
event
,
xhr
,
options
,
exc
)
{
if
(
xhr
.
status
!==
200
)
{
$
(
'
#tipMsg
'
).
text
(
xhr
.
status
+
'
:
'
+
exc
)
$
(
'
#tipMsg
'
).
text
(
xhr
.
status
+
'
:
'
+
exc
)
}
})
},
...
...
src/main/webapp/js/common.min.js
View file @
d5c41f5a
This diff is collapsed.
Click to expand it.
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