some bugs fixed
This commit is contained in:
parent
c0f552b951
commit
58906007d4
|
@ -1697,7 +1697,7 @@
|
|||
|
||||
<div
|
||||
class="form-group form-inline input-group pt-3 px-2 m-0"
|
||||
action="">
|
||||
action="" style="display: none;" id="formalemmaGrammatica">
|
||||
<div class="input-group-prepend">
|
||||
<label class="input-group-text"><ion-icon
|
||||
name="document-text"></ion-icon></label>
|
||||
|
|
|
@ -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'];
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue