From 02e014be1e3ffc3b68441f7f02c47787d136d020 Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Tue, 26 Mar 2024 14:07:30 -0400 Subject: [PATCH] Fix comment --- TimesMachine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TimesMachine.js b/TimesMachine.js index 0ccb29fcb9..58df258ac1 100644 --- a/TimesMachine.js +++ b/TimesMachine.js @@ -64,7 +64,7 @@ function scrape(doc, url) { item.pages = ZU.trimInternal(text(doc, '#page_num_content')) .replace(/ ,/g, ','); - // The URL and abstract don't update when you move from issue to article and it dupplicates the hostname + // The URL and abstract don't update when you move from issue to article and it duplicates the hostname item.url = doc.location.href.replace(/\?.+./, ""); item.abstractNote = text(doc, '.index_article_lede');