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