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

legend is not blinking

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",!478Resolve "legend window is blinking"
Pipeline #7185 passed
...@@ -39,8 +39,10 @@ Legend.prototype._initializeGui = function () { ...@@ -39,8 +39,10 @@ Legend.prototype._initializeGui = function () {
var legendDiv = Functions.createElement({ var legendDiv = Functions.createElement({
type: "div", type: "div",
id: "legend-div", id: "legend-div",
className: "carousel slide" className: "carousel"
}); });
legendDiv.setAttribute("data-ride", "carousel");
self.getElement().appendChild(legendDiv); self.getElement().appendChild(legendDiv);
var indicators = Functions.createElement({ var indicators = Functions.createElement({
......
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