From 4c06c10525883c5c3463ac8b46786f86d5a9e931 Mon Sep 17 00:00:00 2001
From: AndiMajore <andi.majore@googlemail.com>
Date: Mon, 28 Nov 2022 17:22:16 +0100
Subject: [PATCH] Added debug functions to help with integration; fixed
 additional small issues

---
 src/index.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/index.html b/src/index.html
index 67b0d17a..8b0cc6ab 100644
--- a/src/index.html
+++ b/src/index.html
@@ -26,7 +26,8 @@ Analysis<br>
 Screenshot button<br>
 <input type="checkbox" onclick=changeConfigStr('{"showNetworkMenuButtonExportGraphml":'+this.checked+'}') checked/> Show
 Export As Graphml Button<br>
-<input type="checkbox" onclick=changeConfigStr('{"expandNetworkMenu":'+this.checked+'}') checked/> Expand network menu<br>
+<input type="checkbox" onclick=changeConfigStr('{"expandNetworkMenu":'+this.checked+'}') checked/> Expand network
+menu<br>
 
 
 <input id="new_color" type="text"/>
-- 
GitLab