@itcenter-layout/masterpage
Advanced tools
Comparing version 0.5.8 to 0.5.9
/*! | ||
Itcenter masterpage v0.5.8 | ||
Itcenter masterpage v0.5.9 | ||
*/ | ||
@@ -102,6 +102,8 @@ var searchLoad = function () { | ||
e.preventDefault(); | ||
if(!dropdown.classList.contains("open")) { | ||
dropdown.classList.add("open"); | ||
} else { | ||
dropdown.classList.remove("open"); | ||
if(!document.body.classList.contains("nodropdown")) { | ||
if(!dropdown.classList.contains("open")) { | ||
dropdown.classList.add("open"); | ||
} else { | ||
dropdown.classList.remove("open"); | ||
} | ||
} | ||
@@ -108,0 +110,0 @@ }); |
{ | ||
"name": "@itcenter-layout/masterpage", | ||
"version": "0.5.8", | ||
"version": "0.5.9", | ||
"description": "masterpage", | ||
@@ -5,0 +5,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
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
45997
1168