Skip to content
Snippets Groups Projects
Commit 23d2e0c9 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

"Add comment" title added

parent 67b6d84d
No related branches found
No related tags found
5 merge requests!488Merge 12.1.1 into master,!48712.1.1 into master,!484v12.1.1 release,!479Resolve "Pathways and compartments overlay is unavailable if using Custom Semantic Zoom",!477Resolve "Comment header missing"
Pipeline #7181 passed
...@@ -29,6 +29,7 @@ function CommentDialog(params) { ...@@ -29,6 +29,7 @@ function CommentDialog(params) {
var self = this; var self = this;
self._createGui(); self._createGui();
$(self.getElement()).dialog({ $(self.getElement()).dialog({
title: "Add comment",
autoOpen: false, autoOpen: false,
resizable: false, resizable: false,
width: window.innerWidth / 2, width: window.innerWidth / 2,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment