Skip to content

Commit

Permalink
solve conflicted fields in static/dynamic values
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiiii committed Jul 28, 2015
1 parent 8bd6f98 commit d317c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/js/gsn.js
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ var GSN = {
var dd,field,unit;
for (var i = 0; i<dds.size();i++){
dd = dds.get(i);
field = $("field[@name="+$(dd).attr("class")+"]",vs);
field = $("field[@name="+$(dd).attr("class")+"][@category!=predicate]",vs);
type = $(field).attr("type");
value = $(field).text();
unit = $(field).attr("unit");
Expand Down

0 comments on commit d317c1d

Please sign in to comment.