ep_readability
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "ep_readability", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Calculates the FLESCH readability index, client based.", | ||
@@ -5,0 +5,0 @@ "author": "Erik <ep_readability@web.de>", |
@@ -245,3 +245,3 @@ // ---------------------------------------------------------------------------- | ||
jQuery.each(colorOrder, function(index, item) { | ||
alert(result.flesch +" - "+ item) | ||
//alert(result.flesch +" - "+ item) | ||
if(result.flesch > item) { | ||
@@ -248,0 +248,0 @@ myColor = color[item].color; |
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
15231