diff --git a/index_4.7.html b/index_4.7.html index 0676f9a..ac59543 100644 --- a/index_4.7.html +++ b/index_4.7.html @@ -1697,7 +1697,7 @@
+ action="" style="display: none;" id="formalemmaGrammatica">
diff --git a/js/browseMgr.js b/js/browseMgr.js index 47aa603..d69cb6c 100644 --- a/js/browseMgr.js +++ b/js/browseMgr.js @@ -1464,6 +1464,7 @@ $(document).ready(function() { } jsonQuery['Clausola0']['queryText'] = qterm; // work around to fix simple query jsonQuery['Clausola0']['Attiva'] = "1"; + jsonQuery['Clausola0']['lemma_forma'] = "forma"; } else{ //clausola = jsonQuery['Clausola1']; diff --git a/js/script_4.7.js b/js/script_4.7.js index cae6d79..a4a2260 100644 --- a/js/script_4.7.js +++ b/js/script_4.7.js @@ -125,6 +125,7 @@ $(document).ready(function() { $("#claCollapse" + claIdNum).blur(); e.stopPropagation(); }; + //$("#formalemmaGrammatica").hide(); }) // click su icona pencil per aprire finestra $('.collapse').on('show.bs.collapse', function(e) { @@ -136,7 +137,8 @@ $(document).ready(function() { $("#claCollapse" + claIdNum).blur(); e.stopPropagation(); }; - }) + //$("#formalemmaGrammatica").show(); +}) // Evento: click sullo switch di ricerca avanzata $('#searchAdvanced').on('click', function() { @@ -328,7 +330,7 @@ $(document).ready(function() { $('#cla-TabContent').on('change', '.monMe', function() { // Nik var fieldId = $(this)[0].id; - var claId; + var claid = 9999; if (fieldId.startsWith("query")) { $("form #queryText").val($("#" + fieldId).val()); claid = fieldId.substring(9);