corretto errore di c&p
This commit is contained in:
parent
606b8aabea
commit
6c55cf198d
|
@ -819,13 +819,6 @@ $(document).ready(function() {
|
|||
};
|
||||
queryJson.Clausola0 = JSON.parse('{"queryText": "' + qText + '", "lemma_forma": "' + l_f + '", "opzioni_testo": "' + optText + '", "TipoClausola": "0", "Attiva": "' + claActive + '"}');
|
||||
var tabsContent = $("#sortable0").find(".claLI");
|
||||
if ($('#sortable0').children("li").length <= 1) {
|
||||
$("#cla-defaultCond").remove();
|
||||
} else {
|
||||
if ($('#cla-defaultCond').length == 0) {
|
||||
$("#cla-list-row").prepend($(defaultCond));
|
||||
}
|
||||
};
|
||||
if ($(tabsContent).length) {
|
||||
if ($("#li-cla0")[0]) {
|
||||
$("#li-cla0")[0].remove();
|
||||
|
@ -842,6 +835,13 @@ $(document).ready(function() {
|
|||
}
|
||||
tabID = 0;
|
||||
};
|
||||
if ($('#sortable0').children("li").length <= 1) {
|
||||
$("#cla-defaultCond").remove();
|
||||
} else {
|
||||
if ($('#cla-defaultCond').length == 0) {
|
||||
$("#cla-list-row").prepend($(defaultCond));
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
// Funzione di creazione del LI nella lista delle clausole nel tab principale, aggiunta della clausola nel JSON
|
||||
|
|
Loading…
Reference in New Issue