Corretto bug "carica stessa query"
This commit is contained in:
parent
4705e91ac3
commit
864c368c10
|
@ -392,9 +392,12 @@ $(document).ready(function() {
|
|||
queryJson = JSON.parse(data.target.result)
|
||||
makeUpGui(queryJson);
|
||||
};
|
||||
if (file) {reader.readAsText(file);}
|
||||
if (file !== '') {
|
||||
reader.readAsText(file);
|
||||
$("#apriFile")[0].value = '';
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
// Evento: SCELTA CATEGORIA GRAMMATICALE
|
||||
$('#cla-TabContent').on('change', 'select.catgram', function(e) {
|
||||
e.preventDefault();
|
||||
|
|
Loading…
Reference in New Issue