nodebb-theme-oxide
Advanced tools
Comparing version 5.0.29 to 5.0.30
@@ -18,3 +18,3 @@ /* globals ajaxify */ | ||
if (target.className === "off") { | ||
if (target.className === "off" && target.id === "toggle-theme") { | ||
setTheme(true); | ||
@@ -34,3 +34,3 @@ target.className = "on"; | ||
toggleBtn.addEventListener("click", toggleTheme); | ||
toggleBtn.addEventListener("click", toggleTheme, false); | ||
}; | ||
@@ -37,0 +37,0 @@ |
{ | ||
"name": "nodebb-theme-oxide", | ||
"description": "A theme that is based on the GitHub design.", | ||
"version": "5.0.29", | ||
"version": "5.0.30", | ||
"homepage": "https://github.com/youhosi/nodebb-theme-oxide", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
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
2519923