|
@@ -63,7 +63,7 @@
|
|
|
let a = document.createElement("a")
|
|
let a = document.createElement("a")
|
|
|
a.style = "display: none"
|
|
a.style = "display: none"
|
|
|
a.target = "_blank"
|
|
a.target = "_blank"
|
|
|
- a.href = row.result
|
|
|
|
|
|
|
+ a.href = row.down_url
|
|
|
document.body.appendChild(a)
|
|
document.body.appendChild(a)
|
|
|
a.click()
|
|
a.click()
|
|
|
document.body.removeChild(a)
|
|
document.body.removeChild(a)
|