henrybuilt-js-library
Advanced tools
Comparing version 1.8.266 to 1.8.267
{ | ||
"name": "henrybuilt-js-library", | ||
"version": "1.8.266", | ||
"version": "1.8.267", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -15,3 +15,3 @@ var determineDomain = require('../determine-domain/determine-domain'); | ||
var $header = $(` | ||
<div class="hb-po-header-3"> | ||
<div class="hb-po-header-3" style="visibility: hidden;"> | ||
<div class="hb-po-header-3-bar"></div> | ||
@@ -172,3 +172,2 @@ </div> | ||
.hb-po-header-3-bar .menu-categories-container { | ||
visibility: hidden; /* HINT made visibile in mount after everything is loaded */ | ||
display: flex; | ||
@@ -359,3 +358,4 @@ flex-direction: row; | ||
$(containerElement).append($header); | ||
$menuCategoriesContainer.css('visibility', 'visible'); | ||
$header.css('visibility', 'visible'); | ||
}, | ||
@@ -362,0 +362,0 @@ unmount: () => { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
873853
8405