Skip to content

Commit

Permalink
New webdesign requires only hiding of grandparent element
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoden committed Dec 2, 2019
1 parent e0d8b30 commit 81fc4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/HIEOALoader.js
Original file line number Diff line number Diff line change
@@ -225,7 +225,7 @@ var HI = {
HI.views[element.view.id] = element.view;

if ( element.view.hide ) {
$(this).parent().parent().parent().hide();
$(this).parent().parent().hide();
}

// add view layers

0 comments on commit 81fc4fc

Please sign in to comment.