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

Merge branch '556-legend-window-is-blinking' into 'devel_12.1.x'

Resolve "legend window is blinking"

See merge request !478
parents 5ed8a9e6 ee67eaad
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 #7186 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