akashacms-base
Advanced tools
Comparing version 0.7.4 to 0.7.5
18
index.js
@@ -444,4 +444,20 @@ /** | ||
$link.remove(); | ||
// It's been observed that this Mahafunc can be called | ||
// before all partial's have been processed. An image that's | ||
// pulled in by a partial would be missed, therefore. | ||
// | ||
// In the test suite we attempted to replicate the behavior that | ||
// was seen, but was unable to replicate. | ||
// | ||
// The issue showed up for pages on greentransportation.info. | ||
// | ||
// No images were being promoted. The image of interest was handled | ||
// by the heropicture.html.ejs partial. At the time this Mahafunc was | ||
// called that partial had not been processed yet, for some reason. | ||
// | ||
// To see this add console.log($.html()) to the top to see the HTML | ||
// being processed by this Mahafunc. | ||
if (imgcount > 0) $link.remove(); | ||
} | ||
} |
@@ -29,3 +29,3 @@ { | ||
}, | ||
"version": "0.7.4", | ||
"version": "0.7.5", | ||
"engines": { | ||
@@ -32,0 +32,0 @@ "node": ">=12.2" |
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
78291
421