akashacms-base
Advanced tools
Comparing version 0.4.0 to 0.4.1
10
index.js
@@ -93,3 +93,3 @@ /** | ||
return data; | ||
} | ||
}; | ||
@@ -122,3 +122,3 @@ var akDoHeaderMeta = function(metadata, done) { | ||
else { logger.trace('ak-title replace'); $(titleTag).replaceWith(rendered); next(); } | ||
}) | ||
}); | ||
}, | ||
@@ -665,3 +665,3 @@ function(err) { | ||
if ($('div#footnote-area').length <= 0) { | ||
$(":root").append("<div id='footnote-area'><strong>Footnotes</strong><br></div>"); | ||
$(":root").last().after("<div id='footnote-area'><strong>Footnotes</strong><br></div>"); | ||
} | ||
@@ -687,2 +687,4 @@ $('div#footnote-area').append(html2); | ||
logger.trace('a modifications'); | ||
var links = []; | ||
@@ -692,2 +694,3 @@ $('html body a').each(function(i, elem) { links.push(elem); }); | ||
function(link, next) { | ||
setImmediate(function() { | ||
var href = $(link).attr('href'); | ||
@@ -769,2 +772,3 @@ /*var text = $(link).text(); | ||
} else next(); | ||
}); | ||
}, | ||
@@ -771,0 +775,0 @@ function(err) { |
@@ -29,3 +29,3 @@ { | ||
}, | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"engines": { | ||
@@ -32,0 +32,0 @@ "node": ">=0.10.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
83582
728