From 31f6ecb02cc87c65d4f1485c46ed238145b0a947 Mon Sep 17 00:00:00 2001 From: AndiMajore <andi.majore@googlemail.com> Date: Thu, 25 Aug 2022 04:08:07 +0200 Subject: [PATCH] fixed token exposing issue with newly added quick analysis and connect all --- src/index_static.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index_static.html b/src/index_static.html index 0288fe37..79f219a2 100644 --- a/src/index_static.html +++ b/src/index_static.html @@ -155,8 +155,6 @@ setDataset('indicationDrugDisorder', drdi.options[drdi.selectedIndex].value) let pdis = document.getElementById('pdis-dataset') setDataset('associatedProteinDisorder', pdis.options[pdis.selectedIndex].value) - - } function setDataset(name, dataset){ -- GitLab