This commit is contained in:
Shan Carter
2017-02-08 12:20:35 -08:00
parent 056c74d2dd
commit f19e65c68c
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -5911,7 +5911,6 @@ var appendix = function(dom, data) {
}
div.innerHTML = oldHtml + div.innerHTML;
console.log(data.githubCompareUpdatesUrl);
if (data.githubCompareUpdatesUrl) {
div.innerHTML = "<h3>Updates</h3><p><a href=\"" + (data.githubCompareUpdatesUrl) + "\">View all changes</a> to this article since it was first published.</p>" + div.innerHTML;
}
+1 -1
View File
File diff suppressed because one or more lines are too long