From cdc1712be9bd5f98ffc99bd4bc4c8d223b76b7ac Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 24 Oct 2024 15:25:15 -0400 Subject: [PATCH] Lulu: Bail properly from detectSearch() Fix to a90a2411261 --- Lulu.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lulu.js b/Lulu.js index b08bc675bc4..3f899499014 100644 --- a/Lulu.js +++ b/Lulu.js @@ -9,7 +9,7 @@ "inRepository": true, "translatorType": 12, "browserSupport": "gcsibv", - "lastUpdated": "2024-10-24 04:02:00" + "lastUpdated": "2024-10-24 19:22:51" } function getSearchResults(doc) { @@ -102,7 +102,7 @@ function makeItem(doc, url) { function detectSearch(items) { // Disabled -- no longer working - if (false) return false; + if (true) return false; if (items.ISBN) return true;