forked from zotero/translation-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge contains following changes: commit f0cff95 Author: Dan Stillman <[email protected]> Date: Sun Feb 16 14:45:41 2020 -0500 Don't include `script` and `style` elements in innerText JSDOM doesn't support `innerText` [1], so our shim was just forwarding `textContent`. Instead, remove `script` and `style` elements, which won't do the same thing as in the browser but will hopefully remove most unwanted content. Addresses zotero#111 [1] jsdom/jsdom#1245 Bug: T245092 Change-Id: I5e24a0f1813960802e50c38f4b80f9bc0f23ef95
- Loading branch information
Showing
4 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
Submodule translators
updated
11 files
+3 −3 | ACLWeb.js | |
+1 −54 | Atypon Journals.js | |
+64 −55 | Cambridge Core.js | |
+103 −55 | CanLII.js | |
+58 −21 | Idref.js | |
+138 −48 | PubMed.js | |
+9 −3 | ScienceDirect.js | |
+30 −19 | Twitter.js | |
+2 −2 | WorldCat Discovery Service.js | |
+3 −3 | package-lock.json | |
+1 −1 | package.json |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters