Compare commits
2 commits
2d30059cee
...
628bc728ed
| Author | SHA1 | Date | |
|---|---|---|---|
| 628bc728ed | |||
| 869d154d5b |
2 changed files with 2 additions and 2 deletions
|
|
@ -20,4 +20,4 @@ elasticsearch<8
|
|||
future
|
||||
pytz
|
||||
pypdfium2
|
||||
Pillow<10
|
||||
Pillow>=10
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ function parseURL() {
|
|||
} else if (id.startsWith('edits/')) {
|
||||
var parts = id.split('/')
|
||||
parts.shift()
|
||||
id = parts.shift().replace(/_/g, ' ')
|
||||
id = parts.shift().replace(/_/g, ' ').replace(/%09/g, '_')
|
||||
type = "edit"
|
||||
if (parts.length >= 2) {
|
||||
args.sort = parts[1]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue