fix availability url
This commit is contained in:
@@ -93,7 +93,7 @@ Toolbar.prototype.download = function() {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
fetch(this.currentFile.file_availability_href).then(resp => {
|
fetch(this.currentFile.availability_href).then(resp => {
|
||||||
return resp.json()
|
return resp.json()
|
||||||
}).then(resp => {
|
}).then(resp => {
|
||||||
let popupDiv = document.getElementById("captcha_popup")
|
let popupDiv = document.getElementById("captcha_popup")
|
||||||
|
Reference in New Issue
Block a user