Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
8ae136b2
Commit
8ae136b2
authored
Jul 20, 2018
by
Piotr Gawron
Browse files
inside of the comment icon is clickable in open layers
parent
1303dd90
Pipeline
#5878
passed with stage
in 1 minute and 50 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
service/src/main/java/lcsb/mapviewer/services/overlay/IconManager.java
View file @
8ae136b2
...
...
@@ -2,6 +2,8 @@ package lcsb.mapviewer.services.overlay;
import
org.apache.commons.lang3.mutable.MutableInt
;
import
lcsb.mapviewer.common.Configuration
;
/**
* This class return links to icons used by the client. It might be good idea to
* move part of the functionality to client side as server shouldn't decide
...
...
@@ -137,6 +139,6 @@ public final class IconManager {
* @return path to comment icon
*/
public
String
getCommentIcon
()
{
return
"icons/comment.png
"
;
return
"icons/comment.png
?v="
+
Configuration
.
getSystemBuildVersion
(
null
)
;
}
}
web/src/main/webapp/resources/images/icons/comment.png
View replaced file @
1303dd90
View file @
8ae136b2
701 Bytes
|
W:
|
H:
696 Bytes
|
W:
|
H:
2-up
Swipe
Onion skin
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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