gitbook-plugin-adsense
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -25,3 +25,3 @@ require(["gitbook"], function(gitbook) { | ||
ad.style = 'display: block'; | ||
ad.class = 'adsbygoogle'; | ||
ad.className = 'adsbygoogle'; | ||
ad.setAttribute('data-ad-client', config.client); | ||
@@ -28,0 +28,0 @@ ad.setAttribute('data-ad-slot', config.slot); |
@@ -5,3 +5,3 @@ { | ||
"main": "index.js", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"engines": { | ||
@@ -8,0 +8,0 @@ "gitbook": ">=2.5.1" |
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
14739