|
@@ -111,6 +111,7 @@ function getEntityPredict(){
|
|
|
$('#resultBoxInfo').html('')
|
|
|
$('.empty').css("display","block");
|
|
|
$('.analying').css("display","none");
|
|
|
+ $('.tableTitle').css("display","none");
|
|
|
$('table').css("display","none");
|
|
|
}
|
|
|
}
|
|
@@ -211,6 +212,7 @@ function getRelationList(relationList,entryList){
|
|
|
$('.empty').css("display","none");
|
|
|
$('.analying').css("display","none")
|
|
|
$('table').css("display","table")
|
|
|
+ $('.tableTitle').css("display","table")
|
|
|
}
|
|
|
$('.relationBody').html(str)
|
|
|
}
|
|
@@ -246,6 +248,7 @@ $("#infoTxt").bind("input propertychange",function(event){
|
|
|
$('#resultBoxInfo').html('')
|
|
|
$('.empty').css("display","block");
|
|
|
$('table').css("display","none")
|
|
|
+ $('.tableTitle').css("display","none");
|
|
|
}else{
|
|
|
$('#analy').removeClass('disabled')
|
|
|
}
|