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
b90f76a7
Unverified
Commit
b90f76a7
authored
Sep 23, 2018
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ie
parent
25a6c1c4
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
src/main/resources/latke.properties
src/main/resources/latke.properties
+2
-2
src/main/webapp/js/common.js
src/main/webapp/js/common.js
+1
-1
src/main/webapp/js/common.min.js
src/main/webapp/js/common.min.js
+1
-1
src/main/webapp/plugins/kanbanniang/assert/index.js
src/main/webapp/plugins/kanbanniang/assert/index.js
+3
-1
No files found.
src/main/resources/latke.properties
View file @
b90f76a7
...
@@ -35,5 +35,5 @@ cookieName=solo
...
@@ -35,5 +35,5 @@ cookieName=solo
cookieSecret
=
Beyond
cookieSecret
=
Beyond
#### Runtime Mode ####
#### Runtime Mode ####
#
runtimeMode=DEVELOPMENT
runtimeMode
=
DEVELOPMENT
runtimeMode
=
PRODUCTION
#
runtimeMode=PRODUCTION
src/main/webapp/js/common.js
View file @
b90f76a7
...
@@ -251,7 +251,7 @@ var Util = {
...
@@ -251,7 +251,7 @@ var Util = {
addKillPanel
();
addKillPanel
();
}
}
if
(
ieVersion
)
{
if
(
ieVersion
)
{
if
(
$
.
browser
.
version
===
ieVersion
+
"
.0
"
){
if
(
parseFloat
(
$
.
browser
.
version
)
<=
ieVersion
){
addKillPanel
();
addKillPanel
();
}
}
}
}
...
...
src/main/webapp/js/common.min.js
View file @
b90f76a7
This diff is collapsed.
Click to expand it.
src/main/webapp/plugins/kanbanniang/assert/index.js
View file @
b90f76a7
...
@@ -179,5 +179,7 @@ if (navigator.userAgent.indexOf('MSIE') === -1) {
...
@@ -179,5 +179,7 @@ if (navigator.userAgent.indexOf('MSIE') === -1) {
});
});
});
});
}
else
{
}
else
{
$
(
'
.solo-kanbanniang
'
).
hide
()
$
(
document
).
ready
(
function
()
{
$
(
'
.solo-kanbanniang
'
).
remove
()
})
}
}
\ No newline at end of file
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