Commit 9cfec4fb authored by Koichi Yasuoka's avatar Koichi Yasuoka
Browse files

bug fix

parent 892a8f68
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
<!DOCTYPE html><head><meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>CoNLL-U SVG Editor for 漢文 by 安岡孝一, April 12, 2019.</title>
<title>CoNLL-U SVG Editor for 漢文 by 安岡孝一, April 14, 2019.</title>
<script src="conllusvgview.js"></script>
<script src="conllusvgedit.js"></script>
<script src="conllusvgload.js"></script>
@@ -286,7 +286,7 @@ conllusvg.kanbun.checkLinks=function(textid){
	for(x in c.links){
	  if(c.links[x].from==f){
	    k=c.links[x].deprel;
	    if(k=="nsubj"||k=="obj"||k=="obl"||k=="aux"){
	    if(k=="nsubj"||k=="obj"||k=="obl"||k=="aux"||k=="conj"){
	      p=1;
	      break;
	    }