Skip to content
Snippets Groups Projects
Commit 71da28b9 authored by Sandro Weber's avatar Sandro Weber Committed by BBP code review
Browse files

Merge "[nostory] improved adding of class viewContainer"

parents 088b10d8 993a7cae
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@ GZ3D.MultiView.prototype.createViewContainer = function(displayParams, name)
return undefined;
}
viewContainer.className += 'viewContainer';
viewContainer.className += (viewContainer.className.length > 0) ? ' viewContainer' : 'viewContainer';
// z-index
var zIndexTop = parseInt(this.mainContainer.style.zIndex, 10) + this.views.length + 1;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment