Skip to content

Commit

Permalink
University of Chicago Press Books: Fix incorrect regexp
Browse files Browse the repository at this point in the history
This was failing on iOS.
  • Loading branch information
dstillman committed Dec 7, 2021
1 parent f061fd9 commit ef1c195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions University of Chicago Press Books.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"translatorID": "2f22b2a9-91c4-4555-8480-792b6551a381",
"label": "University of Chicago Press Books",
"creator": "Sebastian Karcher",
"target": "^https?://(www\\.)?press.\\uchicago\\.edu/(ucp/books/|press/search.html)",
"target": "^https?://(www\\.)?press\\.uchicago\\.edu/(ucp/books/|press/search.html)",
"minVersion": "3.0",
"maxVersion": "",
"priority": 100,
"inRepository": true,
"translatorType": 4,
"browserSupport": "gcsibv",
"lastUpdated": "2021-11-11 15:02:18"
"lastUpdated": "2021-12-07 08:14:56"
}

/*
Expand Down

0 comments on commit ef1c195

Please sign in to comment.