bug nelle query sintattiche corretto
This commit is contained in:
parent
9c5311f7fe
commit
4705e91ac3
|
@ -1106,7 +1106,8 @@ function resetFrasi(){
|
|||
var clfrom=binding.get('clfr').value;
|
||||
var clto=binding.get('clto').value;
|
||||
var cltype=binding.get('clatype').value.replace('https://dantenetwork.it/ontology/syntit/current/','')
|
||||
var clfunction=binding.get('clafunction').value.replace('https://dantenetwork.it/ontology/syntit/current/','')
|
||||
//var clfunction=binding.get('clafunction').value.replace('https://dantenetwork.it/ontology/syntit/current/','')
|
||||
var clfunction=binding.get('clf').value.replace('https://dantenetwork.it/ontology/syntit/current/','')
|
||||
//id del periodo
|
||||
var sentenceid=binding.get('sentence').value.replace('http://dantenetwork.it/data/commedia/','')
|
||||
|
||||
|
|
Loading…
Reference in New Issue