fix availability url

This commit is contained in:
Wim Brand
2020-02-07 10:25:46 +01:00
parent 1fa14d2ab9
commit db63e20cfd

View File

@@ -93,7 +93,7 @@ Toolbar.prototype.download = function() {
return
}
fetch(this.currentFile.file_availability_href).then(resp => {
fetch(this.currentFile.availability_href).then(resp => {
return resp.json()
}).then(resp => {
let popupDiv = document.getElementById("captcha_popup")