10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-22 18:57:38 +02:00

Fix async call

This commit is contained in:
Mickaël Véril 2019-10-30 12:13:30 +01:00
parent de42552284
commit f9d6ca2de9

View File

@ -115,7 +115,7 @@ draft: false
$("<a/>", {
href: element.url,
target: "_blank",
href: element.getViewerURL()
href: await element.getViewerURL()
}).text("Go to file").appendTo(sec)
break
case "Array":