@xiee/utils
Advanced tools
Comparing version 1.1.11 to 1.1.12
@@ -5,3 +5,3 @@ (function(d) { | ||
if (!h) return; | ||
const s = sessionStorage.getItem('hide-notes'); | ||
let s = sessionStorage.getItem('hide-notes'); | ||
h.classList.add('toggle-notes'); | ||
@@ -8,0 +8,0 @@ h.onclick = function(e) { |
{ | ||
"name": "@xiee/utils", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"description": "Miscellaneous tools and utilities to manipulate HTML pages", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
19661