@xiee/utils
Advanced tools
Comparing version 1.12.13 to 1.12.14
@@ -190,5 +190,5 @@ (function(d) { | ||
['load', 'resize'].forEach(evt => window.addEventListener(evt, setScale)); | ||
// restore previsouly saved body class | ||
// restore previously saved body class | ||
const bc = sessionStorage.getItem('body-class'); | ||
if (bc) d.body.className += ' ' + bc; | ||
})(document); |
{ | ||
"name": "@xiee/utils", | ||
"version": "1.12.13", | ||
"version": "1.12.14", | ||
"description": "Miscellaneous tools and utilities to manipulate HTML pages", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
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
114444
1929