From f9d6ca2de90f6ce739a856001938bf96d56e9251 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Wed, 30 Oct 2019 12:13:30 +0100 Subject: [PATCH] Fix async call --- content/singledataset.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/singledataset.html b/content/singledataset.html index fde14401..616358a3 100644 --- a/content/singledataset.html +++ b/content/singledataset.html @@ -115,7 +115,7 @@ draft: false $("", { href: element.url, target: "_blank", - href: element.getViewerURL() + href: await element.getViewerURL() }).text("Go to file").appendTo(sec) break case "Array":