From 15264306d255042b0880409f40d5c69a007d8193 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Mon, 16 Nov 2020 11:10:46 +0000 Subject: Make demo results clickable --- bh20simplewebuploader/static/main.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bh20simplewebuploader/static/main.js b/bh20simplewebuploader/static/main.js index efbf615..8baf635 100644 --- a/bh20simplewebuploader/static/main.js +++ b/bh20simplewebuploader/static/main.js @@ -110,7 +110,11 @@ function demofetchHTMLTable(apiEndPoint) { for (var i=0; i" + content = data[1][i][keys[j]]; + if (content.startsWith("http://")) { + content = ""+content+""; + } + htmlString+=""+content+"" } htmlString+="" } -- cgit v1.2.3