Skip to content
Snippets Groups Projects

Resolve "Clicking on map with private comments might produce an error"

6 files
+ 18
16
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -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