From fad0ed68d66b8b5ddb11aba533f516487db35f0d Mon Sep 17 00:00:00 2001 From: Sebastian Karcher Date: Wed, 14 Jun 2023 22:46:05 -0400 Subject: [PATCH] Fix linting on NLoP --- National Library of Poland ISBN.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/National Library of Poland ISBN.js b/National Library of Poland ISBN.js index 8789509bad..f0141535c8 100644 --- a/National Library of Poland ISBN.js +++ b/National Library of Poland ISBN.js @@ -8,8 +8,7 @@ "priority": 98, "inRepository": true, "translatorType": 8, - "browserSupport": "gcsbv", - "lastUpdated": "2023-05-20 15:41:08" + "lastUpdated": "2023-06-15 02:45:16" } /* @@ -77,7 +76,7 @@ function doSearch(item) { // ... // // - const doc = ((new DOMParser()).parseFromString(xmlText, 'text/xml')) + const doc = ((new DOMParser()).parseFromString(xmlText, 'text/xml')); let record = doc.querySelector('collection > record'); if (!record) { return;