@zhennann/markdown
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -101,3 +101,3 @@ const markdown_it = require('markdown-it'); | ||
function loadAplayer(callback){ | ||
if(APlayer) return callback(); | ||
if(window.APlayer) return callback(); | ||
loadLink('https://cdnjs.cloudflare.com/ajax/libs/aplayer/1.10.1/APlayer.min.css',function(){ | ||
@@ -120,3 +120,3 @@ loadScript('https://cdnjs.cloudflare.com/ajax/libs/aplayer/1.10.1/APlayer.min.js', function() { | ||
} | ||
new APlayer(options); | ||
new window.APlayer(options); | ||
}); | ||
@@ -123,0 +123,0 @@ </script> |
{ | ||
"name": "@zhennann/markdown", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "markdown", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
15892