From 84e128353be7bb5b00f6533e7f7c3e0c54fae9ea Mon Sep 17 00:00:00 2001 From: Timo Date: Sun, 29 Sep 2024 14:28:43 +0200 Subject: [PATCH] fixes --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 08382e56..e990dd36 100644 --- a/public/index.html +++ b/public/index.html @@ -461,7 +461,7 @@

Relationview

$('#relationtable').DataTable().destroy(); }catch(e){ } - $('#relationtitle').html("\"Class\"/ "+shortenURI(concept)+"") + $('#relationtitle').html("\"Class\"/ "+shortenURI(concept)+"") $('#relationtablebody').html("Loading instance data....") if(node.icon.includes("class.png")){ $('#relationtablebody').html("")