diff --git a/repotime.txt b/repotime.txt index 36a8e82d7b..e093c85c14 100644 --- a/repotime.txt +++ b/repotime.txt @@ -1 +1 @@ -2009-07-13 19:15:00 +2009-07-15 20:35:00 diff --git a/translators/Library Catalog (Voyager).js b/translators/Library Catalog (Voyager).js index a8f0ec973c..de00df73f8 100644 --- a/translators/Library Catalog (Voyager).js +++ b/translators/Library Catalog (Voyager).js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-12-02 10:10:00" + "lastUpdated":"2009-07-15 20:35:00" } function detectWeb(doc, url) { @@ -61,7 +61,7 @@ function doWeb(doc, url) { var checkboxes = new Array(); var urls = new Array(); - var tableRows = doc.evaluate('//form[@name="frm"]//table/tbody/tr[td/input[@type="checkbox"]]', doc, nsResolver, XPathResult.ANY_TYPE, null); + var tableRows = doc.evaluate('//form[@name="frm"]//table/tbody/tr[td/input[@type="checkbox" or @type="CHECKBOX"]]', doc, nsResolver, XPathResult.ANY_TYPE, null); // Go through table rows var tableRow;