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
deb301f3
Unverified
Commit
deb301f3
authored
Sep 25, 2018
by
Van
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🎨
#12503
parent
4b9ef979
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
src/main/webapp/js/common.js
src/main/webapp/js/common.js
+3
-4
src/main/webapp/js/common.min.js
src/main/webapp/js/common.min.js
+1
-1
No files found.
src/main/webapp/js/common.js
View file @
deb301f3
...
...
@@ -75,10 +75,10 @@ var Util = {
storage
:
true
,
titleSuffix
:
''
,
filter
:
function
(
href
){
if
(
href
.
indexOf
(
'
data:image
'
)
>
-
1
)
{
return
tru
e
if
(
href
.
indexOf
(
latkeConfig
.
servePath
)
>
-
1
)
{
return
fals
e
}
return
fals
e
return
tru
e
},
callback
:
function
()
{
cb
()
...
...
@@ -91,7 +91,6 @@ var Util = {
$
(
'
#pjax
'
).
bind
(
'
pjax.end
'
,
function
(){
NProgress
.
done
();
});
return
;
}
},
/**
...
...
src/main/webapp/js/common.min.js
View file @
deb301f3
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