Multiple visual adaptations.

This commit is contained in:
2024-03-06 09:40:12 +01:00
parent f23c9e3953
commit 349b8042d1
13 changed files with 634 additions and 743 deletions

View File

@@ -1,5 +1,5 @@
// Global array to store input names
var globalInputList = ['tree_size_min', 'tree_size_max', 'file', 'association_measures', 'labeled_trees', 'node_type_upos', 'fixed_order', 'input_url', 'node_type_lemma', 'root_restriction', 'node_type_form', 'frequency_threshold'];
var globalInputList = ['tree_size_min', 'tree_size_max', 'file', 'association_measures', 'labeled_trees', 'node_type_upos', 'fixed_order', 'input_url', 'node_type_lemma', 'root_restriction', 'node_type_form', 'frequency_threshold', 'query', 'compare_url', 'compare_file'];
// Function to store values to local storage
function storeValuesToLocalstorage() {