@xiee/utils
Advanced tools
Comparing version 1.1.14 to 1.1.15
@@ -30,2 +30,7 @@ (function() { | ||
} | ||
// also center paragraphs that contain `* * *` | ||
var ps = document.getElementsByTagName('p'); | ||
for (var i = 0; i < ps.length; i++) { | ||
if (ps[i].innerText === '* * *') ps[i].style.textAlign = 'center'; | ||
}; | ||
})(); |
{ | ||
"name": "@xiee/utils", | ||
"version": "1.1.14", | ||
"version": "1.1.15", | ||
"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
21280
448