Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
minerva
core
Merge requests
!67
Resolve "Clicking on map with private comments might produce an error"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Clicking on map with private comments might produce an error"
152-clicking-on-map-with-private-comments-might-produce-to-an-error
into
master
Overview
0
Commits
5
Pipelines
0
Changes
6
Merged
Piotr Gawron
requested to merge
152-clicking-on-map-with-private-comments-might-produce-to-an-error
into
master
7 years ago
Overview
0
Commits
5
Pipelines
0
Changes
6
Expand
Closes
#152 (closed)
0
0
Merge request reports
Compare
master
version 1
4cfeef1b
7 years ago
master (base)
and
latest version
latest version
7d7b5661
5 commits,
7 years ago
version 1
4cfeef1b
4 commits,
7 years ago
6 files
+
18
−
16
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
frontend-js/src/main/js/gui/topMenu/TopMenu.js
+
1
−
1
Options
@@ -171,7 +171,7 @@ TopMenu.prototype.init = function() {
}
else
{
refreshCommentButton
.
style
.
display
=
'
none
'
;
}
return
self
.
getMap
().
refreshComments
();
return
self
.
getMap
().
refreshComments
()
.
then
(
null
,
GuiConnector
.
alert
)
;
};
refreshCommentButton
.
onclick
=
(
function
()
{
return
function
()
{
Loading