Skip to content
Snippets Groups Projects
Commit 4c06c105 authored by AndiMajore's avatar AndiMajore
Browse files

Added debug functions to help with integration; fixed additional small issues

parent f00899d4
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,8 @@ Analysis<br> ...@@ -26,7 +26,8 @@ Analysis<br>
Screenshot button<br> Screenshot button<br>
<input type="checkbox" onclick=changeConfigStr('{"showNetworkMenuButtonExportGraphml":'+this.checked+'}') checked/> Show <input type="checkbox" onclick=changeConfigStr('{"showNetworkMenuButtonExportGraphml":'+this.checked+'}') checked/> Show
Export As Graphml Button<br> 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"/> <input id="new_color" type="text"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment